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 = 2569277
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
13842600 | GT-AG | 0 | 1.000000099473604e-05 | 317 | rna-XM_026057111.1 2569277 | 1 | 12661843 | 12662159 | Apteryx rowi 308060 | GCA|GTAAAAGCAA...TTCCCTTTAAGT/TTAAGTTTAAGC...TTTAG|CAA | 2 | 1 | 1.052 |
13842601 | GT-AG | 0 | 3.415111461964339e-05 | 226 | rna-XM_026057111.1 2569277 | 2 | 12661363 | 12661588 | Apteryx rowi 308060 | TAG|GTAACACTCC...CACCTCTTCTCT/AAAGAAATTACC...GGCAG|GAC | 1 | 1 | 12.666 |
13842602 | GT-AG | 0 | 1.000000099473604e-05 | 1924 | rna-XM_026057111.1 2569277 | 3 | 12659199 | 12661122 | Apteryx rowi 308060 | CAG|GTAGGTACTG...TTAAGTTTAAAA/TTAAGTTTAAAA...TTCAG|GTG | 1 | 1 | 23.64 |
13842603 | GT-AG | 0 | 0.0003564397136597 | 676 | rna-XM_026057111.1 2569277 | 4 | 12658404 | 12659079 | Apteryx rowi 308060 | CAG|GTAAGCTGTA...ATTCTCTTATCT/AATTCTCTTATC...CACAG|TTT | 0 | 1 | 29.081 |
13842604 | GT-AG | 0 | 1.000000099473604e-05 | 166 | rna-XM_026057111.1 2569277 | 5 | 12658109 | 12658274 | Apteryx rowi 308060 | ATG|GTAAGAAACG...GATGCATTAGAC/ACGCAACTGATT...TTTAG|ATC | 0 | 1 | 34.979 |
13842605 | GT-AG | 0 | 0.0001238472624484 | 216 | rna-XM_026057111.1 2569277 | 6 | 12657712 | 12657927 | Apteryx rowi 308060 | CAG|GTAAGTTTTA...ATATTTTTAATT/ATATTTTTAATT...TTCAG|TTC | 1 | 1 | 43.256 |
13842606 | GT-AG | 0 | 1.259009858338192e-05 | 1647 | rna-XM_026057111.1 2569277 | 7 | 12655929 | 12657575 | Apteryx rowi 308060 | ATG|GTAAATATAT...ACTTCCTAGACA/GACATTGTTATT...TCCAG|GGA | 2 | 1 | 49.474 |
13842607 | GT-AG | 0 | 1.000000099473604e-05 | 90 | rna-XM_026057111.1 2569277 | 8 | 12655735 | 12655824 | Apteryx rowi 308060 | AAG|GTAACAGTGC...TGATCATTACTA/ATTTGTTTCATG...CCTAG|GAT | 1 | 1 | 54.23 |
13842608 | GT-AG | 0 | 1.000000099473604e-05 | 788 | rna-XM_026057111.1 2569277 | 9 | 12654704 | 12655491 | Apteryx rowi 308060 | AAG|GTAAAAAATA...TTTTACTTGGTT/AGAACTTGCAAT...ACCAG|GTT | 1 | 1 | 65.341 |
13842609 | GT-AG | 0 | 1.000000099473604e-05 | 940 | rna-XM_026057111.1 2569277 | 10 | 12653446 | 12654385 | Apteryx rowi 308060 | AAG|GTAATTCTTA...GGTTTCTAAATA/TGGTTTCTAAAT...TCCAG|GGA | 1 | 1 | 79.881 |
13842610 | GT-AG | 0 | 2.175880893730529e-05 | 784 | rna-XM_026057111.1 2569277 | 11 | 12652498 | 12653281 | Apteryx rowi 308060 | AAG|GTAAACAGTT...GTGTCTTTGTCA/AAAAGTCTAAAA...TTTAG|ATT | 0 | 1 | 87.38 |
13842611 | GT-AG | 0 | 1.000000099473604e-05 | 1070 | rna-XM_026057111.1 2569277 | 12 | 12651303 | 12652372 | Apteryx rowi 308060 | ACA|GTAAGTGAAA...CAAGCCTGAATT/AATTAATTGATT...TTCAG|TCT | 2 | 1 | 93.096 |
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]);