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 = 25439178
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 140325461 | GT-AG | 0 | 1.000000099473604e-05 | 1408 | rna-XM_015780198.2 25439178 | 1 | 19351335 | 19352742 | Oryza sativa 4530 | AAG|GTGCGTGCGT...AACGTCTTAACC/TGTTTTTTCAAC...CTCAG|GTG | 0 | 1 | 7.842 |
| 140325462 | GT-AG | 0 | 1.000000099473604e-05 | 209 | rna-XM_015780198.2 25439178 | 2 | 19352798 | 19353006 | Oryza sativa 4530 | TTC|GTAAGTGGCT...AATTTCCTGATA/AATTTCCTGATA...GGTAG|AGG | 1 | 1 | 9.265 |
| 140325463 | GT-AG | 0 | 5.705637185182955e-05 | 740 | rna-XM_015780198.2 25439178 | 3 | 19353183 | 19353922 | Oryza sativa 4530 | AAG|GTAGTTTGTT...ATTCGTTTAACA/CAAAATCTAACT...CTTAG|AGT | 0 | 1 | 13.82 |
| 140325464 | GT-AG | 0 | 1.000000099473604e-05 | 104 | rna-XM_015780198.2 25439178 | 4 | 19354145 | 19354248 | Oryza sativa 4530 | ACC|GTGAGTGCTA...TTTTTCTTAATT/TTTTTCTTAATT...TGAAG|GTT | 0 | 1 | 19.565 |
| 140325465 | GT-AG | 0 | 0.0001283596198478 | 502 | rna-XM_015780198.2 25439178 | 5 | 19354488 | 19354989 | Oryza sativa 4530 | AAT|GTAAGTTTCA...GGTTCCTGATTT/TGGTTCCTGATT...TGTAG|GTC | 2 | 1 | 25.751 |
| 140325466 | GT-AG | 0 | 1.000000099473604e-05 | 81 | rna-XM_015780198.2 25439178 | 6 | 19355516 | 19355596 | Oryza sativa 4530 | AAT|GTACAACACA...CTATTGTTGATC/CTATTGTTGATC...TGCAG|GGT | 0 | 1 | 39.363 |
| 140325467 | GT-AG | 0 | 3.781208033131725e-05 | 381 | rna-XM_015780198.2 25439178 | 7 | 19355871 | 19356251 | Oryza sativa 4530 | AAG|GTATGGCATT...TTAATTTTGACT/TTAATTTTGACT...AGTAG|GTT | 1 | 1 | 46.454 |
| 140325468 | GT-AG | 0 | 1.000000099473604e-05 | 721 | rna-XM_015780198.2 25439178 | 8 | 19356916 | 19357636 | Oryza sativa 4530 | TAG|GTGTGTACAC...TTGTCCTTACGC/GTTGTCCTTACG...TGTAG|TGG | 2 | 1 | 63.639 |
| 140325469 | GT-AG | 0 | 1.674919307341352e-05 | 95 | rna-XM_015780198.2 25439178 | 9 | 19357866 | 19357960 | Oryza sativa 4530 | AAG|GTACATACAA...TTATTCTTTGTT/TGCTTTCTCATG...TGCAG|CTG | 0 | 1 | 69.565 |
| 140325470 | GT-AG | 0 | 1.000000099473604e-05 | 76 | rna-XM_015780198.2 25439178 | 10 | 19358228 | 19358303 | Oryza sativa 4530 | AGG|GTGCGTAAAT...GATATTTTAGTC/GACATTTTGATA...GTCAG|GTC | 0 | 1 | 76.475 |
| 140325471 | GT-AG | 0 | 0.0083973418324589 | 93 | rna-XM_015780198.2 25439178 | 11 | 19358568 | 19358660 | Oryza sativa 4530 | AAG|GTTGCTTTCT...TTGATCTTAATT/TTGATCTTAATT...TTCAG|ACT | 0 | 1 | 83.307 |
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]);