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 = 29894895
This data as json, CSV (advanced)
Suggested facets: dinucleotide_pair, score, phase
| id ▼ | dinucleotide_pair | is_minor | score | length | transcript_id | ordinal_index | start | end | taxonomy_id | scored_motifs | phase | in_cds | relative_position |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 167376164 | GT-AG | 0 | 1.000000099473604e-05 | 1770 | rna-XM_009334056.1 29894895 | 1 | 1062679 | 1064448 | Pygoscelis adeliae 9238 | GGC|GTGATGAAAG...TCTTCCTCACCT/CTCTTCCTCACC...TCCAG|GTT | 2 | 1 | 4.367 |
| 167376165 | GT-AG | 0 | 1.000000099473604e-05 | 156 | rna-XM_009334056.1 29894895 | 2 | 1062399 | 1062554 | Pygoscelis adeliae 9238 | CAG|GTGAGCACCC...GGTGTCTCAACC/GGGTGTCTCAAC...CCCAG|GCC | 0 | 1 | 11.993 |
| 167376166 | GT-AG | 0 | 1.000000099473604e-05 | 241 | rna-XM_009334056.1 29894895 | 3 | 1061953 | 1062193 | Pygoscelis adeliae 9238 | CAG|GTTGGAGACG...ATTCCTGGGACT/CTGGGACTGAGG...CGCAG|GGA | 1 | 1 | 24.6 |
| 167376167 | GT-AG | 0 | 0.0717328454311925 | 276 | rna-XM_009334056.1 29894895 | 4 | 1061502 | 1061777 | Pygoscelis adeliae 9238 | CAG|GTACCCGCTC...CTTGCCGTGACG/CTTGCCGTGACG...TGCAG|GAA | 2 | 1 | 35.363 |
| 167376168 | GT-AG | 0 | 1.000000099473604e-05 | 304 | rna-XM_009334056.1 29894895 | 5 | 1061080 | 1061383 | Pygoscelis adeliae 9238 | AAG|GTGAGCCCCG...CCCATCTCCCCC/CAAGGGCTGACA...CCCAG|AGC | 0 | 1 | 42.62 |
| 167376169 | GT-AG | 0 | 1.000000099473604e-05 | 369 | rna-XM_009334056.1 29894895 | 6 | 1060543 | 1060911 | Pygoscelis adeliae 9238 | GAG|GTCAGTGGCT...CTGCCCCTGTCC/GTGAGTCTAACA...CGCAG|CAC | 0 | 1 | 52.952 |
| 167376170 | GT-AG | 0 | 1.000000099473604e-05 | 287 | rna-XM_009334056.1 29894895 | 7 | 1060070 | 1060356 | Pygoscelis adeliae 9238 | AGG|GTGAGGGCGC...GGGTCCCTGGCA/GTGTCTCCAAGC...GGCAG|TGG | 0 | 1 | 64.391 |
| 167376171 | GC-AG | 0 | 1.000000099473604e-05 | 58 | rna-XM_009334056.1 29894895 | 8 | 1059922 | 1059979 | Pygoscelis adeliae 9238 | CAA|GCAGGAGCGC...CCGTGCTGGACC/GCACCGCTGACC...ACCAG|CTG | 0 | 1 | 69.926 |
| 167376172 | GT-AG | 0 | 1.000000099473604e-05 | 452 | rna-XM_009334056.1 29894895 | 9 | 1059406 | 1059857 | Pygoscelis adeliae 9238 | TGT|GTGAGTGCCG...GATGCCTTTGCC/CCAGCCCTGATG...ACCAG|CGA | 1 | 1 | 73.862 |
| 167376173 | GT-AG | 0 | 1.000000099473604e-05 | 449 | rna-XM_009334056.1 29894895 | 10 | 1058764 | 1059212 | Pygoscelis adeliae 9238 | CAG|GTGGGAGCTC...GTATCCAAAGCT/CCAAAGCTCATT...CCCAG|CTC | 2 | 1 | 85.732 |
| 167376174 | GT-AG | 0 | 1.000000099473604e-05 | 395 | rna-XM_009334056.1 29894895 | 11 | 1058281 | 1058675 | Pygoscelis adeliae 9238 | ATG|GTACGTACCA...GTGGCCTGTCTC/CCCCGTGTGACG...TGCAG|AAG | 0 | 1 | 91.144 |
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]);