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 = 6831612
This data as json, CSV (advanced)
Suggested facets: score, phase, in_cds
id ▼ | dinucleotide_pair | is_minor | score | length | transcript_id | ordinal_index | start | end | taxonomy_id | scored_motifs | phase | in_cds | relative_position |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
35540912 | GT-AG | 0 | 1.000000099473604e-05 | 16403 | rna-XM_009695431.1 6831612 | 3 | 62512 | 78914 | Cariama cristata 54380 | AAG|GTAAGACTGA...TTTACTTTATTT/ATTTACTTTATT...ATTAG|GCT | 0 | 1 | 15.938 |
35540913 | GT-AG | 0 | 1.000000099473604e-05 | 4434 | rna-XM_009695431.1 6831612 | 4 | 57862 | 62295 | Cariama cristata 54380 | CTT|GTAAGTATGA...CACTCTTTTGTT/TTGAATTTCACT...TCCAG|GTC | 0 | 1 | 27.044 |
35540914 | GT-AG | 0 | 1.000000099473604e-05 | 12375 | rna-XM_009695431.1 6831612 | 5 | 45398 | 57772 | Cariama cristata 54380 | AGG|GTAATAAATT...GCTTTCTGGCTC/CTCCATCTCATC...TTCAG|GAT | 2 | 1 | 31.62 |
35540915 | GT-AG | 0 | 2.7831974366437027e-05 | 7656 | rna-XM_009695431.1 6831612 | 6 | 37565 | 45220 | Cariama cristata 54380 | TAA|GTAAGTATAT...CTCTTCTTGAAC/TCTTTTGTGACA...TAAAG|GTT | 2 | 1 | 40.72 |
35540916 | GT-AG | 0 | 3.155500161013357e-05 | 3858 | rna-XM_009695431.1 6831612 | 7 | 33488 | 37345 | Cariama cristata 54380 | GCA|GTAAGTACTC...TTCTCCTTCCCT/GTCTTTCTAATG...CAAAG|GCG | 2 | 1 | 51.979 |
35540917 | GT-AG | 0 | 2.1440876941342206e-05 | 11182 | rna-XM_009695431.1 6831612 | 8 | 22195 | 33376 | Cariama cristata 54380 | CAT|GTAAGTATTG...CTTTTCCTGACT/CTTTTCCTGACT...TCTAG|GCG | 2 | 1 | 57.686 |
35540918 | GT-AG | 0 | 1.000000099473604e-05 | 1560 | rna-XM_009695431.1 6831612 | 9 | 20613 | 22172 | Cariama cristata 54380 | GAG|GTAAGGCTGT...AGCACTTTAATT/CCCTTCCTAATT...TGTAG|CAA | 0 | 1 | 58.817 |
35540919 | GT-AG | 0 | 0.0001480147422863 | 1255 | rna-XM_009695431.1 6831612 | 10 | 19319 | 20573 | Cariama cristata 54380 | GAG|GTACCACTAT...ATGTGTATAACT/ATGTGTATAACT...AACAG|GAG | 0 | 1 | 60.823 |
35540920 | GT-AG | 0 | 0.0171101311582497 | 737 | rna-XM_009695431.1 6831612 | 11 | 18508 | 19244 | Cariama cristata 54380 | TGG|GTATATTTTC...CATGTTATGAAG/CATGTTATGAAG...GCCAG|GTA | 2 | 1 | 64.627 |
35540921 | GT-AG | 0 | 1.000000099473604e-05 | 5339 | rna-XM_009695431.1 6831612 | 12 | 13036 | 18374 | Cariama cristata 54380 | GAG|GTAAGTGTCT...TGAGATTTAACG/TTTCTATTTATT...AACAG|TGG | 0 | 1 | 71.465 |
35540922 | GT-AG | 0 | 1.000000099473604e-05 | 921 | rna-XM_009695431.1 6831612 | 1 | 90851 | 91771 | Cariama cristata 54380 | AGG|GTAAGTACTA...TGCATCTTAGAA/TAGAAAGTTACT...TTCAG|ATG | 0 | 5.604 | |
35540923 | GT-AG | 0 | 1.426057279123364e-05 | 11667 | rna-XM_009695431.1 6831612 | 2 | 79043 | 90709 | Cariama cristata 54380 | AAA|GTAAGTTTAA...ATACTTTTCATT/ATACTTTTCATT...TTTAG|GTA | 0 | 12.853 |
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]);