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)
10 rows where transcript_id = 25713735
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 142235611 | GT-AG | 0 | 1.000000099473604e-05 | 79 | rna-gnl|WGS:VYXB|PACMIN_R08229_mrna 25713735 | 1 | 64153 | 64231 | Pachyramphus minor 369605 | AGA|GTAAGGAAGG...CGGTGTTTAACG/CGGTGTTTAACG...CCCAG|GGA | 1 | 1 | 4.212 |
| 142235612 | GT-AG | 0 | 1.000000099473604e-05 | 318 | rna-gnl|WGS:VYXB|PACMIN_R08229_mrna 25713735 | 2 | 63715 | 64032 | Pachyramphus minor 369605 | GAG|GTGATGCCGC...TCTCTCATGGCT/TTCTCTCTCATG...CCCAG|GCC | 1 | 1 | 15.201 |
| 142235613 | GT-AG | 0 | 1.000000099473604e-05 | 914 | rna-gnl|WGS:VYXB|PACMIN_R08229_mrna 25713735 | 3 | 62641 | 63554 | Pachyramphus minor 369605 | GAA|GTAAGAGGGC...CTTTCTTTTTCT/CTCAGACTGAGT...TTCAG|GAG | 2 | 1 | 29.853 |
| 142235614 | GT-AG | 0 | 4.3449606584158e-05 | 336 | rna-gnl|WGS:VYXB|PACMIN_R08229_mrna 25713735 | 4 | 62215 | 62550 | Pachyramphus minor 369605 | TCA|GTAAGTCTAC...GATTCCATAAAA/CATCGTTTCACA...AACAG|GTA | 2 | 1 | 38.095 |
| 142235615 | GT-AG | 0 | 1.000000099473604e-05 | 177 | rna-gnl|WGS:VYXB|PACMIN_R08229_mrna 25713735 | 5 | 61988 | 62164 | Pachyramphus minor 369605 | CAG|GTAATGATCC...GAAGCCTTACAC/AGAAGCCTTACA...TCCAG|GGC | 1 | 1 | 42.674 |
| 142235616 | GT-AG | 0 | 6.085384164938735e-05 | 398 | rna-gnl|WGS:VYXB|PACMIN_R08229_mrna 25713735 | 6 | 61459 | 61856 | Pachyramphus minor 369605 | AAG|GTATGTCTGT...AATGCCTGACAA/ATGATGGTGACT...TGCAG|GAG | 0 | 1 | 54.67 |
| 142235617 | GT-AG | 0 | 1.000000099473604e-05 | 343 | rna-gnl|WGS:VYXB|PACMIN_R08229_mrna 25713735 | 7 | 61043 | 61385 | Pachyramphus minor 369605 | CAG|GTAATCCATG...ATCTCTTTGCTT/TTAAGTCTCACC...TCCAG|AAG | 1 | 1 | 61.355 |
| 142235618 | GT-AG | 0 | 1.000000099473604e-05 | 562 | rna-gnl|WGS:VYXB|PACMIN_R08229_mrna 25713735 | 8 | 60382 | 60943 | Pachyramphus minor 369605 | TCA|GTGAGTATTG...TAACCCCAGACT/GCAGCAATAACC...CCCAG|GTG | 1 | 1 | 70.421 |
| 142235619 | GT-AG | 0 | 1.000000099473604e-05 | 447 | rna-gnl|WGS:VYXB|PACMIN_R08229_mrna 25713735 | 9 | 59832 | 60278 | Pachyramphus minor 369605 | CAG|GTTCGTGTCC...TGCTTCTTGCAG/TGCCCTCTCACC...CCCAG|GCA | 2 | 1 | 79.853 |
| 142235620 | GT-AG | 0 | 1.000000099473604e-05 | 157 | rna-gnl|WGS:VYXB|PACMIN_R08229_mrna 25713735 | 10 | 59527 | 59683 | Pachyramphus minor 369605 | GAG|GTGGGGGGCT...GCTGCTTTGCCT/GCAGCTCTGACT...TCCAG|GAA | 0 | 1 | 93.407 |
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]);