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 = 30293543
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 169297628 | GT-AG | 0 | 1.000000099473604e-05 | 2178 | rna-RIMITATOR_LOCUS376 30293543 | 1 | 59204968 | 59207145 | Ranitomeya imitator 111125 | GCG|GTGAGTCCTC...AGATTCTGAGCC/CAGATTCTGAGC...TGCAG|GAC | 0 | 1 | 15.385 |
| 169297629 | GT-AG | 0 | 1.000000099473604e-05 | 1847 | rna-RIMITATOR_LOCUS376 30293543 | 2 | 59202974 | 59204820 | Ranitomeya imitator 111125 | GAG|GTAGGCCACC...TGGCTCTGAGTG/CTGGCTCTGAGT...TACAG|GAT | 0 | 1 | 23.579 |
| 169297630 | GT-AG | 0 | 1.000000099473604e-05 | 706 | rna-RIMITATOR_LOCUS376 30293543 | 3 | 59202010 | 59202715 | Ranitomeya imitator 111125 | ATG|GTAAATGGGG...AGGTACTGGACC/CCCCAGTTCAGG...TGCAG|TAT | 0 | 1 | 37.96 |
| 169297631 | GT-AG | 0 | 7.11772257156519e-05 | 1026 | rna-RIMITATOR_LOCUS376 30293543 | 4 | 59200807 | 59201832 | Ranitomeya imitator 111125 | AAG|GTATGTACAT...TTGTCCCTGAAG/ACTTGTCTAATA...CACAG|GCA | 0 | 1 | 47.826 |
| 169297632 | GT-AG | 0 | 1.000000099473604e-05 | 1878 | rna-RIMITATOR_LOCUS376 30293543 | 5 | 59198826 | 59200703 | Ranitomeya imitator 111125 | AAG|GTACGAGTGC...TGCTGCTTATCA/CTGCTGCTTATC...CTCAG|GCC | 1 | 1 | 53.567 |
| 169297633 | GT-AG | 0 | 1.000000099473604e-05 | 2270 | rna-RIMITATOR_LOCUS376 30293543 | 6 | 59196389 | 59198658 | Ranitomeya imitator 111125 | ATG|GTGAGTGGAA...GGGTCCTTGTCA/CTGATTCTCATC...CACAG|GCA | 0 | 1 | 62.876 |
| 169297634 | GT-AG | 0 | 1.000000099473604e-05 | 273 | rna-RIMITATOR_LOCUS376 30293543 | 7 | 59195972 | 59196244 | Ranitomeya imitator 111125 | CAG|GTGGGTGTCG...CTCTTTTTCACT/CTCTTTTTCACT...CCCAG|GAG | 0 | 1 | 70.903 |
| 169297635 | GT-AG | 0 | 1.000000099473604e-05 | 383 | rna-RIMITATOR_LOCUS376 30293543 | 8 | 59195550 | 59195932 | Ranitomeya imitator 111125 | CAG|GTGAGTGCCC...TTGGTCTGAGCA/CTTGGTCTGAGC...TTCAG|GGG | 0 | 1 | 73.077 |
| 169297636 | GT-AG | 0 | 1.000000099473604e-05 | 2731 | rna-RIMITATOR_LOCUS376 30293543 | 9 | 59192759 | 59195489 | Ranitomeya imitator 111125 | GTG|GTAAGTCACA...GGCTTCTTTTCT/TGTGGGCTGATG...TGCAG|GGG | 0 | 1 | 76.421 |
| 169297637 | GT-AG | 0 | 1.000000099473604e-05 | 396 | rna-RIMITATOR_LOCUS376 30293543 | 10 | 59192235 | 59192630 | Ranitomeya imitator 111125 | CCG|GTGAAGCACT...CATCCCTCAGTT/TGTAAATTGAGT...TCCAG|GTT | 2 | 1 | 83.556 |
| 169297638 | GT-AG | 0 | 1.000000099473604e-05 | 1048 | rna-RIMITATOR_LOCUS376 30293543 | 11 | 59191027 | 59192074 | Ranitomeya imitator 111125 | CCG|GTATGACAGC...AGCACCTTGCTT/CCTCAGTTTACC...TACAG|GGT | 0 | 1 | 92.475 |
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]);