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 = 25413775
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 140208764 | GT-AG | 0 | 1.000000099473604e-05 | 1407 | rna-XM_040530026.1 25413775 | 1 | 14585444 | 14586850 | Oryza brachyantha 4533 | AAG|GTGCGTGCGC...ATCGTTTTAACC/ATCGTTTTAACC...TTCAG|GTG | 0 | 1 | 4.421 |
| 140208765 | GT-AG | 0 | 1.1908883010184942e-05 | 185 | rna-XM_040530026.1 25413775 | 2 | 14586906 | 14587090 | Oryza brachyantha 4533 | TTC|GTAAGTGGCT...AGCATTTTAATG/TAGAAACTGATA...GGTAG|AGG | 1 | 1 | 5.895 |
| 140208766 | GT-AG | 0 | 0.0001812311500824 | 637 | rna-XM_040530026.1 25413775 | 3 | 14587267 | 14587903 | Oryza brachyantha 4533 | AAG|GTAGGCTGTT...ATTCGTTTAACA/ATTCGTTTAACA...CTTAG|AGT | 0 | 1 | 10.611 |
| 140208767 | GT-AG | 0 | 9.637424018641473e-05 | 103 | rna-XM_040530026.1 25413775 | 4 | 14588126 | 14588228 | Oryza brachyantha 4533 | ACT|GTGAGTTCTA...TTTTTCTTAACT/TTTTTCTTAACT...TGAAG|GTT | 0 | 1 | 16.559 |
| 140208768 | GT-AG | 0 | 1.000000099473604e-05 | 801 | rna-XM_040530026.1 25413775 | 5 | 14588468 | 14589268 | Oryza brachyantha 4533 | AAT|GTAAGTCTCA...TTTAGCTTATAC/GTTTAGCTTATA...TTTAG|GTC | 2 | 1 | 22.964 |
| 140208769 | GT-AG | 0 | 0.0002036554522287 | 75 | rna-XM_040530026.1 25413775 | 6 | 14589795 | 14589869 | Oryza brachyantha 4533 | AAT|GTATAACACT...CTATTGTTAATT/CTATTGTTAATT...TGCAG|GGT | 0 | 1 | 37.058 |
| 140208770 | GT-AG | 0 | 0.0049687123537993 | 605 | rna-XM_040530026.1 25413775 | 7 | 14590144 | 14590748 | Oryza brachyantha 4533 | AAG|GTATACCATT...ATTTTTATGACT/TTTATTTTTATG...AGCAG|GTT | 1 | 1 | 44.4 |
| 140208771 | GT-AG | 0 | 1.000000099473604e-05 | 702 | rna-XM_040530026.1 25413775 | 8 | 14591410 | 14592111 | Oryza brachyantha 4533 | TAG|GTGTGCATAT...CAAATCTCAACA/GTTGTTCTCACT...TGTAG|TGG | 2 | 1 | 62.111 |
| 140208772 | GT-AG | 0 | 1.74451262781927e-05 | 98 | rna-XM_040530026.1 25413775 | 9 | 14592341 | 14592438 | Oryza brachyantha 4533 | AAG|GTACATACAA...TCAATTTTATTG/TTCAATTTTATT...TGCAG|CTA | 0 | 1 | 68.248 |
| 140208773 | GT-AG | 0 | 1.000000099473604e-05 | 86 | rna-XM_040530026.1 25413775 | 10 | 14592706 | 14592791 | Oryza brachyantha 4533 | AGG|GTGAGTAAAC...AACTCTTTACCA/GTGGTTGTCACT...GTCAG|GTC | 0 | 1 | 75.402 |
| 140208774 | GT-AG | 0 | 1.1232369719230364e-05 | 383 | rna-XM_040530026.1 25413775 | 11 | 14593056 | 14593438 | Oryza brachyantha 4533 | AAG|GTTGGTTTCA...ATGATCTTAACC/ATGATCTTAACC...TTCAG|ACT | 0 | 1 | 82.476 |
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]);