introns
Data license: ODbL · Data source: Larue & Roy, 2023 · About: Minor Intron Database (WtMTA)
- id
- INTEGER (primary key), globally unique identifier for each intron
- dinucleotide_pair
- TEXT, terminal dinucleotide sequences of the intron
- is_minor
- INTEGER, indicates if the intron is a minor intron (1) or not (0)
- score
- REAL, score representing the probability (0-100%) of the intron being minor
- length
- INTEGER, length of the intron in base pairs
- transcript_id
- INTEGER (foreign key referencing transcripts(id)), parent transcript
- ordinal_index
- INTEGER, ordinal position of the intron within the transcript (e.g., 3 for the third intron)
- start
- INTEGER, start position of the intron in the genome
- end
- INTEGER, end position of the intron in the genome
- taxonomy_id
- INTEGER (foreign key referencing genomes(taxonomy_id)), NCBI taxonomy identifier for species
- scored_motifs
- TEXT, motifs scored for the intron
- phase
- INTEGER, phase of the intron in coding sequence (0, 1, or 2 or null for introns outside of coding sequence)
- in_cds
- INTEGER, indicates if the intron is within the coding sequence (1) or not (0; e.g., UTR introns)
- relative_position
- REAL, relative position of the intron within the transcript (as a percentage of coding length)
11 rows where transcript_id = 28700992
This data as json, CSV (advanced)
Suggested facets: score, phase
| id ▼ | dinucleotide_pair | is_minor | score | length | transcript_id | ordinal_index | start | end | taxonomy_id | scored_motifs | phase | in_cds | relative_position |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 160178197 | GT-AG | 0 | 0.1013240660305821 | 1693 | Ptrif.0001s1778.3.v1.3.1 28700992 | 1 | 22688180 | 22689872 | Citrus trifoliata 37690 | GGG|GTATGCTTTG...GTTGTTTGGATT/GTTGTTTGGATT...CATAG|TGG | 2 | 1 | 18.697 |
| 160178198 | GT-AG | 0 | 1.000000099473604e-05 | 2481 | Ptrif.0001s1778.3.v1.3.1 28700992 | 2 | 22684722 | 22687202 | Citrus trifoliata 37690 | TAG|GTTGCGGGCA...GATACTTTAGTT/CTTTAGTTCAAT...ATGAG|GGT | 1 | 1 | 36.572 |
| 160178199 | GT-AG | 0 | 0.0013732622944253 | 166 | Ptrif.0001s1778.3.v1.3.1 28700992 | 3 | 22683228 | 22683393 | Citrus trifoliata 37690 | AAA|GTATAATCTA...GTAACCTTTGTA/TAATAAGTCATC...TGCAG|GAA | 0 | 1 | 60.867 |
| 160178200 | GT-AG | 0 | 1.000000099473604e-05 | 89 | Ptrif.0001s1778.3.v1.3.1 28700992 | 4 | 22683052 | 22683140 | Citrus trifoliata 37690 | TTG|GTGAGCAATA...CTCTCCTTATAT/TTATATCTTATA...TTTAG|GTA | 0 | 1 | 62.459 |
| 160178201 | GT-AG | 0 | 0.0104101609286148 | 120 | Ptrif.0001s1778.3.v1.3.1 28700992 | 5 | 22682281 | 22682400 | Citrus trifoliata 37690 | AGA|GTACGTTCTT...ATTTGCTTAACC/ATTTGCTTAACC...TCAAG|GCA | 0 | 1 | 74.369 |
| 160178202 | GT-AG | 0 | 0.0007253841365919 | 424 | Ptrif.0001s1778.3.v1.3.1 28700992 | 6 | 22681692 | 22682115 | Citrus trifoliata 37690 | CAG|GTAATCCTTG...GTTTTCTTACTT/AGTTTTCTTACT...TGCAG|CAA | 0 | 1 | 77.387 |
| 160178203 | GT-AG | 0 | 1.000000099473604e-05 | 106 | Ptrif.0001s1778.3.v1.3.1 28700992 | 7 | 22681291 | 22681396 | Citrus trifoliata 37690 | CAG|GTTAGCAGTT...TTTTTCTCATTT/TTTTTTCTCATT...TGAAG|CAA | 1 | 1 | 82.784 |
| 160178204 | GT-AG | 0 | 1.000000099473604e-05 | 240 | Ptrif.0001s1778.3.v1.3.1 28700992 | 8 | 22680836 | 22681075 | Citrus trifoliata 37690 | CAG|GTCATTTTAC...ATATCCTTAGCG/AATATCCTTAGC...TGTAG|GTT | 0 | 1 | 86.718 |
| 160178205 | GT-AG | 0 | 1.000000099473604e-05 | 84 | Ptrif.0001s1778.3.v1.3.1 28700992 | 9 | 22680446 | 22680529 | Citrus trifoliata 37690 | GAG|GTAGGAATAA...TATTTCTTGAAA/ATTATGCTAATA...TTTAG|GCT | 0 | 1 | 92.316 |
| 160178206 | GT-AG | 0 | 5.13338281164569e-05 | 102 | Ptrif.0001s1778.3.v1.3.1 28700992 | 10 | 22680280 | 22680381 | Citrus trifoliata 37690 | AAG|GTCTGTGTTT...TTTCCTTTATAT/ATTTCCTTTATA...TGCAG|TTA | 1 | 1 | 93.487 |
| 160178207 | GT-AG | 0 | 1.000000099473604e-05 | 75 | Ptrif.0001s1778.3.v1.3.1 28700992 | 11 | 22679965 | 22680039 | Citrus trifoliata 37690 | ATG|GTCAGTATGT...AACATTTTAAAA/CTGCTTATCATC...TGTAG|GAC | 1 | 1 | 97.878 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "introns" (
"id" INTEGER,
"dinucleotide_pair" TEXT,
"is_minor" INTEGER,
"score" REAL,
"length" INTEGER,
"transcript_id" INTEGER,
"ordinal_index" INTEGER,
"start" INTEGER,
"end" INTEGER,
"taxonomy_id" INTEGER,
"scored_motifs" TEXT,
"phase" INTEGER,
"in_cds" INTEGER,
"relative_position" REAL
,PRIMARY KEY ([id]),
FOREIGN KEY([transcript_id]) REFERENCES [transcripts]([id]),
FOREIGN KEY([taxonomy_id]) REFERENCES [genomes]([taxonomy_id])
);
CREATE INDEX [idx_introns_transcript_id]
ON [introns] ([transcript_id]);
CREATE INDEX [idx_introns_taxonomy_id]
ON [introns] ([taxonomy_id]);
CREATE INDEX [idx_introns_phase]
ON [introns] ([phase]);
CREATE INDEX [idx_introns_is_minor]
ON [introns] ([is_minor]);
CREATE INDEX [idx_introns_dinucleotide_pair]
ON [introns] ([dinucleotide_pair]);
CREATE INDEX [idx_introns_score]
ON [introns] ([score]);
CREATE INDEX [idx_introns_in_cds]
ON [introns] ([in_cds]);