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 = 3380166
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16590851 | GT-AG | 0 | 1.000000099473604e-05 | 27468 | rna-gnl|WGS:VWPR|ARDKOR_R02969_mrna 3380166 | 1 | 867781 | 895248 | Ardeotis kori 89386 | ATG|GTACGGAGGG...TTTCCTTTATAT/TTTATATTGATA...TTTAG|GTC | 1 | 1 | 13.3 |
| 16590852 | GT-AG | 0 | 2.9067588225730435e-05 | 22372 | rna-gnl|WGS:VWPR|ARDKOR_R02969_mrna 3380166 | 2 | 845228 | 867599 | Ardeotis kori 89386 | AAA|GTAAGTTGAA...TGGGTTTTAATT/TGGGTTTTAATT...TCCAG|GTG | 2 | 1 | 23.289 |
| 16590853 | GT-AG | 0 | 1.000000099473604e-05 | 2081 | rna-gnl|WGS:VWPR|ARDKOR_R02969_mrna 3380166 | 3 | 842980 | 845060 | Ardeotis kori 89386 | ATG|GTGAACATAT...TTTTTCTCATTA/GTTTTTCTCATT...TGCAG|TTG | 1 | 1 | 32.506 |
| 16590854 | GT-AG | 0 | 1.000000099473604e-05 | 11705 | rna-gnl|WGS:VWPR|ARDKOR_R02969_mrna 3380166 | 4 | 831100 | 842804 | Ardeotis kori 89386 | CTG|GTAAGATGTT...CTGTTTTTATTG/GCTGTTTTTATT...CTCAG|GGT | 2 | 1 | 42.163 |
| 16590855 | GT-AG | 0 | 5.879978251134372e-05 | 9541 | rna-gnl|WGS:VWPR|ARDKOR_R02969_mrna 3380166 | 5 | 821361 | 830901 | Ardeotis kori 89386 | CAG|GTAAATCTCC...TTTGCTTTAATT/TTTGCTTTAATT...TGCAG|AAC | 2 | 1 | 53.091 |
| 16590856 | GT-AG | 0 | 1.000000099473604e-05 | 51636 | rna-gnl|WGS:VWPR|ARDKOR_R02969_mrna 3380166 | 6 | 769607 | 821242 | Ardeotis kori 89386 | AGG|GTGAGTAACA...TTTCCTTCAACT/TTTTCCTTCAAC...CCCAG|GTC | 0 | 1 | 59.603 |
| 16590857 | GT-AG | 0 | 3.646841584165793e-05 | 3437 | rna-gnl|WGS:VWPR|ARDKOR_R02969_mrna 3380166 | 7 | 765984 | 769420 | Ardeotis kori 89386 | GCA|GTAAGTACAG...ATTTCTTTATTC/GATTTCTTTATT...TGTAG|AAC | 0 | 1 | 69.868 |
| 16590858 | GT-AG | 0 | 1.4873680312530648e-05 | 2677 | rna-gnl|WGS:VWPR|ARDKOR_R02969_mrna 3380166 | 8 | 763169 | 765845 | Ardeotis kori 89386 | GAG|GTACTGTATG...TATACATTAATT/TTCTTTCTGATC...TATAG|GTG | 0 | 1 | 77.483 |
| 16590859 | GT-AG | 0 | 1.000000099473604e-05 | 6273 | rna-gnl|WGS:VWPR|ARDKOR_R02969_mrna 3380166 | 9 | 756800 | 763072 | Ardeotis kori 89386 | CAG|GTAAATGGTT...CTTCCCTTCTCT/CTGTGGTTAAAG...CCCAG|CTT | 0 | 1 | 82.781 |
| 16590860 | GT-AG | 0 | 1.000000099473604e-05 | 736 | rna-gnl|WGS:VWPR|ARDKOR_R02969_mrna 3380166 | 10 | 755896 | 756631 | Ardeotis kori 89386 | CAG|GTACAGAAGA...TATTCCTTCTTC/CTTCTTCTAATC...CTTAG|AAT | 0 | 1 | 92.053 |
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]);