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 = 25571556
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
141263891 | GT-AG | 0 | 0.0028473563352293 | 19876 | rna-XM_012803992.2 25571556 | 1 | 62240358 | 62260233 | Otolemur garnettii 30611 | GAG|GTACCGTGAG...CTGTCCTCAGCT/CCTGTCCTCAGC...TTCAG|AGT | 1 | 1 | 3.297 |
141263892 | GT-AG | 0 | 1.000000099473604e-05 | 4312 | rna-XM_012803992.2 25571556 | 2 | 62235869 | 62240180 | Otolemur garnettii 30611 | CAG|GTGAGTGTGT...CGCTCCTTTTCT/GTTAGCCTAACG...TTCAG|GTT | 1 | 1 | 11.292 |
141263893 | GT-AG | 0 | 1.000000099473604e-05 | 13424 | rna-XM_012803992.2 25571556 | 3 | 62222316 | 62235739 | Otolemur garnettii 30611 | TGC|GTAAGTAGAC...TTGGCCTCAATT/AATTGTCTCATC...CTTAG|GAT | 1 | 1 | 17.118 |
141263894 | GT-AG | 0 | 1.000000099473604e-05 | 3816 | rna-XM_012803992.2 25571556 | 4 | 62218385 | 62222200 | Otolemur garnettii 30611 | AAG|GTAAGGGGCT...CTGGCCTTGAAC/CTGGCCTTGAAC...CCCAG|GTT | 2 | 1 | 22.313 |
141263895 | GT-AG | 0 | 1.000000099473604e-05 | 865 | rna-XM_012803992.2 25571556 | 5 | 62217302 | 62218166 | Otolemur garnettii 30611 | CAG|GTAAAGGCCG...AAAGCCTTTTCT/CCGGGCTTGAAG...TTCAG|CGT | 1 | 1 | 32.159 |
141263896 | GT-AG | 0 | 1.000000099473604e-05 | 17724 | rna-XM_012803992.2 25571556 | 6 | 62199470 | 62217193 | Otolemur garnettii 30611 | ATC|GTGAGTATGC...GTGATTTAAACA/CAAACATTTATT...CACAG|TTC | 1 | 1 | 37.037 |
141263897 | GT-AG | 0 | 1.000000099473604e-05 | 2735 | rna-XM_012803992.2 25571556 | 7 | 62196684 | 62199418 | Otolemur garnettii 30611 | CTG|GTGAGGGCCT...TTCCTTTTATTT/TTTATTTTCACT...TTCAG|TCC | 1 | 1 | 39.341 |
141263898 | GT-AG | 0 | 0.0051055662475447 | 2025 | rna-XM_012803992.2 25571556 | 8 | 62194446 | 62196470 | Otolemur garnettii 30611 | AAG|GTAACTTGCA...TTTTTCTTTTCT/GAAAGGATCACG...TCTAG|CAT | 1 | 1 | 48.961 |
141263899 | GT-AG | 0 | 1.000000099473604e-05 | 2875 | rna-XM_012803992.2 25571556 | 9 | 62191504 | 62194378 | Otolemur garnettii 30611 | AAG|GTGAGGTCAA...CTTGCCTTGCTC/TTTGGGCCCATG...TTCAG|GGA | 2 | 1 | 51.987 |
141263900 | GT-AG | 0 | 1.000000099473604e-05 | 1239 | rna-XM_012803992.2 25571556 | 10 | 62190032 | 62191270 | Otolemur garnettii 30611 | CTA|GTGAGTCAAG...TTTGTCTTACTA/GTTTGTCTTACT...CATAG|TCT | 1 | 1 | 62.511 |
141263901 | GT-AG | 0 | 1.000000099473604e-05 | 1396 | rna-XM_012803992.2 25571556 | 11 | 62188343 | 62189738 | Otolemur garnettii 30611 | CGG|GTAAGAGGGC...AACACCTAAGTC/ATGTTGTCCATC...TGTAG|ATT | 0 | 1 | 75.745 |
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]);