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 = 27151046
This data as json, CSV (advanced)
Suggested facets: score, phase, in_cds
| id ▼ | dinucleotide_pair | is_minor | score | length | transcript_id | ordinal_index | start | end | taxonomy_id | scored_motifs | phase | in_cds | relative_position |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 151209527 | GT-AG | 0 | 1.000000099473604e-05 | 409 | rna-XM_020721081.1 27151046 | 1 | 59305933 | 59306341 | Phalaenopsis equestris 78828 | AAG|GTGCGTCCGA...ATTTATTTGATT/ATTTATTTGATT...TTCAG|ATT | 0 | 1 | 2.116 |
| 151209528 | GT-AG | 0 | 1.000000099473604e-05 | 17948 | rna-XM_020721081.1 27151046 | 2 | 59306419 | 59324366 | Phalaenopsis equestris 78828 | GAT|GTGAGTACAG...TTCTCTTTAGAA/TTCCGTCTTATT...TGCAG|TGC | 2 | 1 | 3.584 |
| 151209529 | GT-AG | 0 | 2.0652822698605548e-05 | 106 | rna-XM_020721081.1 27151046 | 3 | 59326980 | 59327085 | Phalaenopsis equestris 78828 | AAG|GTACATATGT...AGATTTTTTTCT/TTTTCTGTCAAT...ATTAG|GGA | 2 | 1 | 53.393 |
| 151209530 | GT-AG | 0 | 1.000000099473604e-05 | 697 | rna-XM_020721081.1 27151046 | 4 | 59327585 | 59328281 | Phalaenopsis equestris 78828 | GAG|GTGTGTGTAC...ATTTTTTTAGTG/TTTTTAGTGATT...CATAG|GTA | 0 | 1 | 62.905 |
| 151209531 | GT-AG | 0 | 1.000000099473604e-05 | 425 | rna-XM_020721081.1 27151046 | 5 | 59328391 | 59328815 | Phalaenopsis equestris 78828 | AAG|GTAAGGACTT...TTTCACTTAGCC/TTGGATTTCACT...TTTAG|GCA | 1 | 1 | 64.983 |
| 151209532 | GT-AG | 0 | 1.000000099473604e-05 | 102 | rna-XM_020721081.1 27151046 | 6 | 59328929 | 59329030 | Phalaenopsis equestris 78828 | AAG|GTAATTTCCA...TCAGTTTAAACT/TTTAAACTAATA...CAAAG|GTT | 0 | 1 | 67.137 |
| 151209533 | GT-AG | 0 | 1.000000099473604e-05 | 407 | rna-XM_020721081.1 27151046 | 7 | 59329219 | 59329625 | Phalaenopsis equestris 78828 | GAG|GTGAGGAATT...ATAACATTACCT/TATCTTTTCATG...TCCAG|CAA | 2 | 1 | 70.721 |
| 151209534 | GT-AG | 0 | 0.0004472910554782 | 76 | rna-XM_020721081.1 27151046 | 9 | 59330177 | 59330252 | Phalaenopsis equestris 78828 | ACT|GTAAGTTTTT...ATCTCTTTTTCG/TTTTCGCTTACA...TGCAG|GAA | 0 | 1 | 81.205 |
| 151209535 | GT-AG | 0 | 0.0009575082091914 | 748 | rna-XM_020721081.1 27151046 | 10 | 59330719 | 59331466 | Phalaenopsis equestris 78828 | ATG|GTATGTTGGG...GGATTATTAATT/TTTGAGTTAATT...TGCAG|GTT | 1 | 1 | 90.088 |
| 151209536 | GT-AG | 0 | 3.3949114565287835e-05 | 85 | rna-XM_020721081.1 27151046 | 11 | 59331560 | 59331644 | Phalaenopsis equestris 78828 | CGG|GTACTTAATT...CGGTTCGTGATA/CGGTTCGTGATA...TTCAG|GTC | 1 | 1 | 91.86 |
| 151220757 | GT-AG | 0 | 0.0001046450608871 | 83 | rna-XM_020721081.1 27151046 | 12 | 59331741 | 59331823 | Phalaenopsis equestris 78828 | CTG|GTATGAACTT...TTTTTTTTATAT/ATTTTTTTTATA...GCCAG|CTA | 0 | 93.69 |
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]);