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 = 31411856
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
174865126 | GT-AG | 0 | 1.000000099473604e-05 | 948 | rna-NCT539_LOCUS350 31411856 | 1 | 1810136 | 1811083 | Rotaria sp. silwood2 2762512 | AAA|GTAAGATAGA...TTTTGTTTATCA/GTTTTGTTTATC...TTTAG|TTT | 0 | 1 | 28.389 |
174865127 | GT-AG | 0 | 0.2801571623821499 | 64 | rna-NCT539_LOCUS350 31411856 | 2 | 1809946 | 1810009 | Rotaria sp. silwood2 2762512 | GAG|GTATTTTTTT...AATGTCTTATTT/ATATTATTTATT...ATTAG|TTA | 0 | 1 | 31.551 |
174865128 | GT-AG | 0 | 0.0060496649533851 | 63 | rna-NCT539_LOCUS350 31411856 | 3 | 1809718 | 1809780 | Rotaria sp. silwood2 2762512 | CAA|GTTTGTTTTT...TTATTTTTAGTA/TTTAATTTTATT...AATAG|GTT | 0 | 1 | 35.693 |
174865129 | GT-AG | 0 | 0.0047444874708213 | 56 | rna-NCT539_LOCUS350 31411856 | 4 | 1809501 | 1809556 | Rotaria sp. silwood2 2762512 | TAG|GTTTTCTTTT...TTTTCGTTTTCT/AAATAAATAATT...TTCAG|TTT | 2 | 1 | 39.734 |
174865130 | GT-AG | 0 | 8.240269953099903e-05 | 61 | rna-NCT539_LOCUS350 31411856 | 5 | 1809301 | 1809361 | Rotaria sp. silwood2 2762512 | TAT|GTAAGCGTTT...TCAGTTGTAATT/TTGTAATTTATA...TTTAG|ATA | 0 | 1 | 43.223 |
174865131 | GT-AG | 0 | 0.0363876604675699 | 290 | rna-NCT539_LOCUS350 31411856 | 6 | 1808865 | 1809154 | Rotaria sp. silwood2 2762512 | TGA|GTATGATTGT...ATATTCTTAGTT/TATATTTTAATT...TCTAG|AGT | 2 | 1 | 46.888 |
174865132 | GT-AG | 0 | 3.284172390145033e-05 | 70 | rna-NCT539_LOCUS350 31411856 | 7 | 1808624 | 1808693 | Rotaria sp. silwood2 2762512 | AAG|GTATTGATTA...TAGTTTATGAAA/CAATAGTTTATG...TTTAG|TGG | 2 | 1 | 51.18 |
174865133 | GT-AG | 0 | 1.000000099473604e-05 | 59 | rna-NCT539_LOCUS350 31411856 | 8 | 1808465 | 1808523 | Rotaria sp. silwood2 2762512 | TCA|GTGAGTTCAA...TATATTTTATAG/ATATATTTTATA...TTTAG|TTA | 0 | 1 | 53.69 |
174865134 | GT-AG | 0 | 2.9453931165200164e-05 | 67 | rna-NCT539_LOCUS350 31411856 | 9 | 1808176 | 1808242 | Rotaria sp. silwood2 2762512 | GAA|GTAGAATAAA...TTTCTCTTATAT/TTTTCTCTTATA...TCAAG|GGT | 0 | 1 | 59.262 |
174865135 | GT-AG | 0 | 0.0001771801971788 | 68 | rna-NCT539_LOCUS350 31411856 | 10 | 1807946 | 1808013 | Rotaria sp. silwood2 2762512 | GAA|GTATGAAAAA...TTTTTTTTGATA/TTTTTTTTGATA...TTTAG|GTT | 0 | 1 | 63.328 |
174865136 | GT-AG | 0 | 1.0132363575634154e-05 | 835 | rna-NCT539_LOCUS350 31411856 | 11 | 1806705 | 1807539 | Rotaria sp. silwood2 2762512 | GTG|GTAAAATTAA...TTACTTTTAAAT/TTAATTTTGATG...TTTAG|ATC | 1 | 1 | 73.519 |
174865137 | GT-AG | 0 | 1.000000099473604e-05 | 76 | rna-NCT539_LOCUS350 31411856 | 12 | 1806138 | 1806213 | Rotaria sp. silwood2 2762512 | GTG|GTTAGTTGAT...TCTTTTTTGTTT/TTTATATATACA...TCTAG|TGG | 0 | 1 | 85.843 |
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]);