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)
12 rows where transcript_id = 12758651
This data as json, CSV (advanced)
Suggested facets: score, length, phase
| id ▼ | dinucleotide_pair | is_minor | score | length | transcript_id | ordinal_index | start | end | taxonomy_id | scored_motifs | phase | in_cds | relative_position |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 67905295 | GT-AG | 0 | 0.0216931162542693 | 98 | rna-XM_022860632.1 12758651 | 1 | 2526159 | 2526256 | Durio zibethinus 66656 | CGG|GTCTCTCTCC...ATTTATTTATTT/TATTTATTTATT...TGCAG|CTA | 2 | 1 | 12.832 |
| 67905296 | GT-AG | 0 | 1.000000099473604e-05 | 340 | rna-XM_022860632.1 12758651 | 2 | 2526378 | 2526717 | Durio zibethinus 66656 | CAG|GTTCGTTTTT...AATCTCTTCTCC/GCAATATTAATC...TCCAG|GAT | 0 | 1 | 19.018 |
| 67905297 | GT-AG | 0 | 0.5729778243893318 | 98 | rna-XM_022860632.1 12758651 | 3 | 2527146 | 2527243 | Durio zibethinus 66656 | CAG|GTATACTTAC...TTCTTCTTAAAC/TAGTTTTTGAAT...AACAG|CCC | 2 | 1 | 40.9 |
| 67905298 | GT-AG | 0 | 2.867686838789205e-05 | 978 | rna-XM_022860632.1 12758651 | 4 | 2527401 | 2528378 | Durio zibethinus 66656 | GCT|GTAAGATCTA...GGTTATTTAGCT/CTGTTTTTCATG...TGCAG|ATC | 0 | 1 | 48.926 |
| 67905299 | GT-AG | 0 | 1.000000099473604e-05 | 90 | rna-XM_022860632.1 12758651 | 5 | 2528462 | 2528551 | Durio zibethinus 66656 | AAG|GTGTTGCCGA...TCCATCTTAACG/TTTTTCCTGAAA...TACAG|GGA | 2 | 1 | 53.17 |
| 67905300 | GT-AG | 0 | 1.000000099473604e-05 | 179 | rna-XM_022860632.1 12758651 | 6 | 2528649 | 2528827 | Durio zibethinus 66656 | CAG|GTAATTAATC...TGTCTGTTAATG/TACTATCTGACA...TGTAG|CAC | 0 | 1 | 58.129 |
| 67905301 | GT-AG | 0 | 0.0020798522587398 | 240 | rna-XM_022860632.1 12758651 | 7 | 2528898 | 2529137 | Durio zibethinus 66656 | GAG|GTATGTTGCA...TTCTCTTTTGCT/ACTGAGTTAATA...GGCAG|GAA | 1 | 1 | 61.708 |
| 67905302 | GT-AG | 0 | 1.000000099473604e-05 | 1007 | rna-XM_022860632.1 12758651 | 8 | 2529345 | 2530351 | Durio zibethinus 66656 | CAG|GTGCATGACT...TTCTCTCTGATG/TTCTCTCTGATG...CTCAG|GTT | 1 | 1 | 72.29 |
| 67905303 | GT-AG | 0 | 1.000000099473604e-05 | 693 | rna-XM_022860632.1 12758651 | 9 | 2530477 | 2531169 | Durio zibethinus 66656 | CAG|GTACAGCTAA...TAGCCTTTATCT/ATTGGTTTGATT...TTCAG|GTT | 0 | 1 | 78.681 |
| 67905304 | GT-AG | 0 | 0.0001236571578676 | 104 | rna-XM_022860632.1 12758651 | 10 | 2531272 | 2531375 | Durio zibethinus 66656 | CTG|GTATAACTAC...CATCTATTGACT/CTTATTTTCATT...GGCAG|AGC | 0 | 1 | 83.896 |
| 67905305 | GT-AG | 0 | 0.0170647043334497 | 1141 | rna-XM_022860632.1 12758651 | 11 | 2531474 | 2532614 | Durio zibethinus 66656 | GTT|GTACGTTCTC...ATATTCTTGAAC/ACTAGTTTAACT...CACAG|GAT | 2 | 1 | 88.906 |
| 67905306 | GT-AG | 0 | 1.000000099473604e-05 | 90 | rna-XM_022860632.1 12758651 | 12 | 2532765 | 2532854 | Durio zibethinus 66656 | GCA|GTAAGAGCTT...GTTTTCTTGTAT/CTGTTTATCACT...CACAG|AAT | 2 | 1 | 96.575 |
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]);