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 = 3380165
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16590841 | GT-AG | 0 | 2.8000439768865105e-05 | 734 | rna-gnl|WGS:VWPR|ARDKOR_R02903_mrna 3380165 | 1 | 2229240 | 2229973 | Ardeotis kori 89386 | AAA|GTAATTCCTG...TTTTTCTAAATG/TTGTTTCTGATT...GGCAG|GGA | 2 | 1 | 27.278 |
| 16590842 | GT-AG | 0 | 1.000000099473604e-05 | 492 | rna-gnl|WGS:VWPR|ARDKOR_R02903_mrna 3380165 | 2 | 2230083 | 2230574 | Ardeotis kori 89386 | CAG|GTAATGTAAT...AATACCTTACAT/ATAACTTTTATT...TCTAG|ACT | 0 | 1 | 33.224 |
| 16590843 | GT-AG | 0 | 1.000000099473604e-05 | 866 | rna-gnl|WGS:VWPR|ARDKOR_R02903_mrna 3380165 | 3 | 2230757 | 2231622 | Ardeotis kori 89386 | AAG|GTGAGTAGAA...TCTCTGTTAAAT/TGTTAAATAACT...TGCAG|GTC | 2 | 1 | 43.153 |
| 16590844 | GT-AG | 0 | 1.000000099473604e-05 | 257 | rna-gnl|WGS:VWPR|ARDKOR_R02903_mrna 3380165 | 4 | 2231738 | 2231994 | Ardeotis kori 89386 | CAG|GTAATTAAGT...CCTTCTTTGAAA/CTTTAAGTCACT...TTTAG|AAA | 0 | 1 | 49.427 |
| 16590845 | GT-AG | 0 | 1.000000099473604e-05 | 631 | rna-gnl|WGS:VWPR|ARDKOR_R02903_mrna 3380165 | 5 | 2232111 | 2232741 | Ardeotis kori 89386 | AAG|GTAAGGGTTT...TCCTCTTTATTT/TTCCTCTTTATT...GTCAG|GAA | 2 | 1 | 55.756 |
| 16590846 | GT-AG | 0 | 1.000000099473604e-05 | 1054 | rna-gnl|WGS:VWPR|ARDKOR_R02903_mrna 3380165 | 6 | 2232854 | 2233907 | Ardeotis kori 89386 | CAG|GTAAGGATGC...TGACCCATAATT/TTGTTACTTATG...CACAG|GTG | 0 | 1 | 61.866 |
| 16590847 | GT-AG | 0 | 1.000000099473604e-05 | 577 | rna-gnl|WGS:VWPR|ARDKOR_R02903_mrna 3380165 | 7 | 2234031 | 2234607 | Ardeotis kori 89386 | AAG|GTGAGTAACT...TTCCCTTTGATT/TTCCCTTTGATT...TGTAG|AAA | 0 | 1 | 68.576 |
| 16590848 | GT-AG | 0 | 1.000000099473604e-05 | 444 | rna-gnl|WGS:VWPR|ARDKOR_R02903_mrna 3380165 | 8 | 2234684 | 2235127 | Ardeotis kori 89386 | ATG|GTGAGTTAAG...TCTCTCATAACA/CATCTTTTCATT...TATAG|AAC | 1 | 1 | 72.722 |
| 16590849 | GT-AG | 0 | 0.0018441605667647 | 182 | rna-gnl|WGS:VWPR|ARDKOR_R02903_mrna 3380165 | 9 | 2235245 | 2235426 | Ardeotis kori 89386 | TGC|GTAAGTTTAC...TTTGTTTTGATA/TTTGTTTTGATA...TCTAG|ATT | 1 | 1 | 79.105 |
| 16590850 | GT-AG | 0 | 1.000000099473604e-05 | 336 | rna-gnl|WGS:VWPR|ARDKOR_R02903_mrna 3380165 | 10 | 2235524 | 2235859 | Ardeotis kori 89386 | CGA|GTGAGTATTT...TTTCCCTTTCCC/AAAATGTTAATA...TCAAG|TCT | 2 | 1 | 84.397 |
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]);