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 = 34724184
This data as json, CSV (advanced)
Suggested facets: score, length, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 195654080 | GT-AG | 0 | 1.000000099473604e-05 | 119 | rna-XM_010542700.1 34724184 | 2 | 6079813 | 6079931 | Tarenaya hassleriana 28532 | GCG|GTTAGTTCTT...CTTTTTGTAATC/CTTTTTGTAATC...TGTAG|ATG | 0 | 1 | 19.758 |
| 195654081 | GT-AG | 0 | 1.000000099473604e-05 | 138 | rna-XM_010542700.1 34724184 | 3 | 6080148 | 6080285 | Tarenaya hassleriana 28532 | CAG|GTGAGGTCTA...GTTTTCATGATT/TTGGTTTTCATG...TGCAG|GAA | 0 | 1 | 26.468 |
| 195654082 | GT-AG | 0 | 0.0001669433636651 | 87 | rna-XM_010542700.1 34724184 | 4 | 6080655 | 6080741 | Tarenaya hassleriana 28532 | ATG|GTAACATAAT...TTGTGTTTGATT/TCTGTTCTAATT...TCCAG|CTT | 0 | 1 | 37.931 |
| 195654083 | GT-AG | 0 | 1.000000099473604e-05 | 110 | rna-XM_010542700.1 34724184 | 5 | 6080772 | 6080881 | Tarenaya hassleriana 28532 | CTG|GTGAGTTTTC...TTCTATTTGATC/AGTTTACTAACT...CTTAG|GTG | 0 | 1 | 38.863 |
| 195654084 | GT-AG | 0 | 0.0003560252110276 | 95 | rna-XM_010542700.1 34724184 | 6 | 6081110 | 6081204 | Tarenaya hassleriana 28532 | CAG|GTATATAATT...AAGTCCTTTGTC/TGCATACTTAAA...TCCAG|GTG | 0 | 1 | 45.946 |
| 195654085 | GT-AG | 0 | 0.0005693939083552 | 110 | rna-XM_010542700.1 34724184 | 7 | 6081367 | 6081476 | Tarenaya hassleriana 28532 | TTG|GTAAGCTTCT...GTGTTTTTGAAC/TTTGAACTTACT...ATCAG|GGT | 0 | 1 | 50.979 |
| 195654086 | GT-AG | 0 | 1.000000099473604e-05 | 114 | rna-XM_010542700.1 34724184 | 9 | 6082188 | 6082301 | Tarenaya hassleriana 28532 | GGA|GTGAGTTATC...TCTATCTTTTCC/TTGAAACTTACA...TGTAG|GAG | 0 | 1 | 66.822 |
| 195654087 | GT-AG | 0 | 1.000000099473604e-05 | 253 | rna-XM_010542700.1 34724184 | 10 | 6082509 | 6082761 | Tarenaya hassleriana 28532 | CAG|GTGAGTCATT...GTTTTCTGAGAT/GGTTTTCTGAGA...CTCAG|CGT | 0 | 1 | 73.253 |
| 195654088 | GT-AG | 0 | 1.000000099473604e-05 | 146 | rna-XM_010542700.1 34724184 | 11 | 6082843 | 6082988 | Tarenaya hassleriana 28532 | AAG|GTTGGTACTG...CTAAGCTTAGCT/TTAGCTCCCATT...TCCAG|AAT | 0 | 1 | 75.769 |
| 195654089 | GT-AG | 0 | 1.000000099473604e-05 | 134 | rna-XM_010542700.1 34724184 | 12 | 6083191 | 6083324 | Tarenaya hassleriana 28532 | AAG|GTTGAGAGAC...TCATTCTGAATT/TCTATATTCATT...CGCAG|AGG | 1 | 1 | 82.044 |
| 195662862 | GT-AG | 0 | 0.0184050405868635 | 495 | rna-XM_010542700.1 34724184 | 1 | 6078783 | 6079277 | Tarenaya hassleriana 28532 | TTG|GTATCGCTAC...TCAGGCTTATTG/TTCAGGCTTATT...TTCAG|CTG | 0 | 3.355 |
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]);