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 = 34724164
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 195653869 | GT-AG | 0 | 1.1405142410082631e-05 | 299 | rna-XM_010551651.1 34724164 | 1 | 9133129 | 9133427 | Tarenaya hassleriana 28532 | ATG|GTAAACAGCT...CGTTTTTTATAT/TTTATATTGATT...CTTAG|GAG | 0 | 1 | 4.211 |
| 195653870 | GT-AG | 0 | 1.598997028445885e-05 | 98 | rna-XM_010551651.1 34724164 | 2 | 9132677 | 9132774 | Tarenaya hassleriana 28532 | AAG|GTTCTTTTGG...CCTGTGTTAACA/TTTCGGTTAACT...TTCAG|GGT | 0 | 1 | 14.785 |
| 195653871 | GT-AG | 0 | 0.0894518755315853 | 304 | rna-XM_010551651.1 34724164 | 3 | 9132222 | 9132525 | Tarenaya hassleriana 28532 | CCA|GTATGTTTTA...GTTGTCTTCTCA/TGTCTTCTCACA...TTCAG|GTT | 1 | 1 | 19.295 |
| 195653872 | GT-AG | 0 | 1.000000099473604e-05 | 70 | rna-XM_010551651.1 34724164 | 4 | 9131811 | 9131880 | Tarenaya hassleriana 28532 | AAG|GTACTGTGCT...TGCTCATTATCA/TGTATGCTCATT...TTTAG|GTG | 0 | 1 | 29.48 |
| 195653873 | GT-AG | 0 | 0.0231072047848557 | 311 | rna-XM_010551651.1 34724164 | 5 | 9131349 | 9131659 | Tarenaya hassleriana 28532 | GTG|GTATGTTTTC...ATAGTTATGATT/ATAGTTATGATT...TGAAG|ATA | 1 | 1 | 33.99 |
| 195653874 | GT-AG | 0 | 1.000000099473604e-05 | 78 | rna-XM_010551651.1 34724164 | 6 | 9130936 | 9131013 | Tarenaya hassleriana 28532 | AAG|GTAAATTGCA...TGTTGTTTAGTA/TTGTTGTTTAGT...TTCAG|GAA | 0 | 1 | 43.996 |
| 195653875 | GT-AG | 0 | 0.0006019256092898 | 236 | rna-XM_010551651.1 34724164 | 7 | 9130552 | 9130787 | Tarenaya hassleriana 28532 | ACA|GTAAGCATTT...CTTTTCTCAATT/GCTTTTCTCAAT...TACAG|GGG | 1 | 1 | 48.417 |
| 195653876 | GT-AG | 0 | 0.0005047242964951 | 73 | rna-XM_010551651.1 34724164 | 8 | 9130144 | 9130216 | Tarenaya hassleriana 28532 | AAG|GTATTTAGTT...TCAGTTTTAAAA/AAAATCTTCACT...TGTAG|GAT | 0 | 1 | 58.423 |
| 195653877 | GT-AG | 0 | 1.8751042493094845e-05 | 87 | rna-XM_010551651.1 34724164 | 9 | 9129963 | 9130049 | Tarenaya hassleriana 28532 | TAG|GTAATCCAAG...TTAATTTTGACA/TTAATTTTGACA...TGTAG|CTC | 1 | 1 | 61.231 |
| 195653878 | GT-AG | 0 | 1.000000099473604e-05 | 77 | rna-XM_010551651.1 34724164 | 10 | 9129560 | 9129636 | Tarenaya hassleriana 28532 | AAG|GTGTAGTACT...ATCGTCTTGATT/ATCGTCTTGATT...TGCAG|GAA | 0 | 1 | 70.968 |
| 195653879 | GT-AG | 0 | 1.000000099473604e-05 | 646 | rna-XM_010551651.1 34724164 | 12 | 9128399 | 9129044 | Tarenaya hassleriana 28532 | AAG|GTGCAATCTT...CAATTCTTGTTT/TCTTGTTTCATT...TGCAG|GAG | 0 | 1 | 83.244 |
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]);