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 = 22173140
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 120104165 | GT-AG | 0 | 1.000000099473604e-05 | 35123 | rna-XM_036389312.1 22173140 | 1 | 9013986 | 9049108 | Molothrus ater 84834 | ATG|GTAAATGCTT...CTTGCTTTGCTC/TGTGTATTCACT...CGTAG|TCC | 1 | 1 | 2.249 |
| 120104166 | GT-AG | 0 | 1.000000099473604e-05 | 479 | rna-XM_036389312.1 22173140 | 2 | 9049212 | 9049690 | Molothrus ater 84834 | GAG|GTAAGGGCAA...CAGCTCTTATTC/CTCTTATTCACC...TTCAG|ACA | 2 | 1 | 4.566 |
| 120104167 | GT-AG | 0 | 1.000000099473604e-05 | 4873 | rna-XM_036389312.1 22173140 | 3 | 9049836 | 9054708 | Molothrus ater 84834 | ACG|GTAAGACCCT...TTCCCCTGAGTC/TTTCCCCTGAGT...TGCAG|GAA | 0 | 1 | 7.827 |
| 120104168 | GT-AG | 0 | 1.000000099473604e-05 | 609 | rna-XM_036389312.1 22173140 | 4 | 9054792 | 9055400 | Molothrus ater 84834 | CAG|GTAAGATTGT...TTTTCTTTCTTT/CTTTGTGTGAAA...TGCAG|GAC | 2 | 1 | 9.694 |
| 120104169 | GT-AG | 0 | 1.000000099473604e-05 | 1678 | rna-XM_036389312.1 22173140 | 5 | 9055509 | 9057186 | Molothrus ater 84834 | CAG|GTACGGTAGA...CCCTCTTTGCTC/GCAATGCTCACT...TGCAG|GTC | 2 | 1 | 12.123 |
| 120104170 | GT-AG | 0 | 0.0002403677942225 | 1245 | rna-XM_036389312.1 22173140 | 6 | 9057333 | 9058577 | Molothrus ater 84834 | TTG|GTAGCAACCT...ATTTTCTTGTTT/CTTGCTCTCATT...TTCAG|AGA | 1 | 1 | 15.407 |
| 120104171 | GT-AG | 0 | 1.000000099473604e-05 | 1765 | rna-XM_036389312.1 22173140 | 7 | 9058777 | 9060541 | Molothrus ater 84834 | CAA|GTAAGTGACA...TGAGCCTTTTTT/GGTTTGGTGACC...TACAG|GAG | 2 | 1 | 19.883 |
| 120104172 | GT-AG | 0 | 1.000000099473604e-05 | 2410 | rna-XM_036389312.1 22173140 | 8 | 9060667 | 9063076 | Molothrus ater 84834 | CTG|GTAAGAACAC...TGCTTCTAAAAC/CAGGATCTGATA...TACAG|AAA | 1 | 1 | 22.695 |
| 120104173 | GT-AG | 0 | 1.000000099473604e-05 | 842 | rna-XM_036389312.1 22173140 | 9 | 9063137 | 9063978 | Molothrus ater 84834 | AAG|GTGAGACATC...TAGTTCTTTGCT/TTCCCACTGACT...TCTAG|GGG | 1 | 1 | 24.044 |
| 120104174 | GT-AG | 0 | 1.000000099473604e-05 | 331 | rna-XM_036389312.1 22173140 | 10 | 9064600 | 9064930 | Molothrus ater 84834 | GAG|GTAAGTTGTG...TCACTCTCAAGT/ACAAGTTTCACT...TCCAG|GCT | 1 | 1 | 38.012 |
| 120104175 | GT-AG | 0 | 1.000000099473604e-05 | 902 | rna-XM_036389312.1 22173140 | 11 | 9065242 | 9066143 | Molothrus ater 84834 | GTG|GTAAGGAAGA...ATTTCCTCTGTT/GAAGTTGTGAGT...TTCAG|ACT | 0 | 1 | 45.007 |
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]);