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 = 26505165
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 146835345 | GT-AG | 0 | 1.000000099473604e-05 | 501 | Pavag01G514400.1.v3.1 26505165 | 1 | 53995182 | 53995682 | Paspalum vaginatum 158149 | CAG|GTGACAACAC...GTTTTCTTTCCG/TGAATTCTGATT...TTCAG|GCG | 2 | 1 | 1.97 |
| 146835346 | GT-AG | 0 | 6.032066675412343e-05 | 122 | Pavag01G514400.1.v3.1 26505165 | 2 | 53995743 | 53995864 | Paspalum vaginatum 158149 | CAA|GTACGTCTAA...TTCCGTTTGATC/TTTGATCTTATG...TGTAG|GCT | 2 | 1 | 2.872 |
| 146835347 | GT-AG | 0 | 1.000000099473604e-05 | 145 | Pavag01G514400.1.v3.1 26505165 | 3 | 53995971 | 53996115 | Paspalum vaginatum 158149 | GAG|GTGTGTGCGA...TGTGCATTGACT/TGTGCATTGACT...GATAG|GAA | 0 | 1 | 4.465 |
| 146835348 | GT-AG | 0 | 1.000000099473604e-05 | 1112 | Pavag01G514400.1.v3.1 26505165 | 4 | 53996188 | 53997299 | Paspalum vaginatum 158149 | GAG|GTAAGGAAAA...TGTTTGTTCTTT/CTACAATTAAAA...TGAAG|GCA | 0 | 1 | 5.548 |
| 146835349 | GT-AG | 0 | 0.0003302887293684 | 110 | Pavag01G514400.1.v3.1 26505165 | 5 | 53997354 | 53997463 | Paspalum vaginatum 158149 | AAG|GTATTTGTAC...TATTCCTTTTTC/ATTTTTTTTATG...AACAG|GCT | 0 | 1 | 6.36 |
| 146835350 | GT-AG | 0 | 1.000000099473604e-05 | 466 | Pavag01G514400.1.v3.1 26505165 | 6 | 53997572 | 53998037 | Paspalum vaginatum 158149 | GAG|GTCGAACAAA...CTTTTCTTACAT/TCTTTTCTTACA...TGCAG|GCC | 0 | 1 | 7.984 |
| 146835351 | GT-AG | 0 | 6.008867035246664e-05 | 89 | Pavag01G514400.1.v3.1 26505165 | 7 | 53998188 | 53998276 | Paspalum vaginatum 158149 | CAG|GTTTGCAATC...ATCATTTTGATG/CGTGTATTCATT...TATAG|CCA | 0 | 1 | 10.239 |
| 146835352 | GT-AG | 0 | 0.0003039316604946 | 93 | Pavag01G514400.1.v3.1 26505165 | 8 | 53998628 | 53998720 | Paspalum vaginatum 158149 | CAG|GTACTTTTGT...AAATTATTGATC/AAATTATTGATC...TTCAG|GAG | 0 | 1 | 15.516 |
| 146835353 | GT-AG | 0 | 0.0018797803053755 | 1039 | Pavag01G514400.1.v3.1 26505165 | 9 | 54001015 | 54002053 | Paspalum vaginatum 158149 | TAG|GTATGTCTGT...ATATCTTTATTA/ATGGTTTTGATA...TGCAG|GTA | 2 | 1 | 50.008 |
| 146835354 | GT-AG | 0 | 1.000000099473604e-05 | 487 | Pavag01G514400.1.v3.1 26505165 | 10 | 54004604 | 54005090 | Paspalum vaginatum 158149 | CAG|GTGAGTTTAC...ACTCTCTTATAT/CATATACTGACT...CTTAG|GAG | 2 | 1 | 88.348 |
| 146835355 | GT-AG | 0 | 1.000000099473604e-05 | 163 | Pavag01G514400.1.v3.1 26505165 | 11 | 54005413 | 54005575 | Paspalum vaginatum 158149 | CAG|GTTAGTTTCA...TAATTCTGAATC/TTTGTTCTAATA...TGCAG|TCT | 0 | 1 | 93.189 |
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]);