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 = 38690336
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 | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 213933301 | GT-AG | 0 | 1.000000099473604e-05 | 1406 | rna-XM_016045264.2 38690336 | 1 | 35737668 | 35739073 | Ziziphus jujuba 326968 | CAG|GTTGGAAATG...ATATTCTTACAT/CTCTTTCTCATT...CGCAG|AGA | 0 | 1 | 21.676 | 
| 213933302 | GT-AG | 0 | 1.000000099473604e-05 | 72 | rna-XM_016045264.2 38690336 | 2 | 35737546 | 35737617 | Ziziphus jujuba 326968 | CAG|GTAGAATCTC...TTCATTTTATTG/TTGTCATTCATT...TATAG|TGC | 2 | 1 | 22.83 | 
| 213933303 | GT-AG | 0 | 1.000000099473604e-05 | 98 | rna-XM_016045264.2 38690336 | 3 | 35737291 | 35737388 | Ziziphus jujuba 326968 | CAA|GTAATGATGG...GTCTTTTTAGTT/TTTTAGTTGATT...TACAG|GAA | 0 | 1 | 26.454 | 
| 213933304 | GT-AG | 0 | 1.000000099473604e-05 | 661 | rna-XM_016045264.2 38690336 | 4 | 35736411 | 35737071 | Ziziphus jujuba 326968 | ACG|GTTGGTGTTT...GTTTCTTTATTG/TGTTTCTTTATT...GACAG|GTG | 0 | 1 | 31.51 | 
| 213933305 | GT-AG | 0 | 3.1322229917291324e-05 | 386 | rna-XM_016045264.2 38690336 | 5 | 35735896 | 35736281 | Ziziphus jujuba 326968 | GCG|GTACATGCAT...CTACCTTTATTA/CAAACTCTCATT...TGCAG|GGC | 0 | 1 | 34.488 | 
| 213933306 | GT-AG | 0 | 0.000161006409407 | 337 | rna-XM_016045264.2 38690336 | 6 | 35733972 | 35734308 | Ziziphus jujuba 326968 | CAG|GTAATCCTTC...ATAATTTTGACA/ATAATTTTGACA...TACAG|TTG | 0 | 1 | 71.122 | 
| 213933307 | GT-AG | 0 | 1.000000099473604e-05 | 332 | rna-XM_016045264.2 38690336 | 7 | 35733280 | 35733611 | Ziziphus jujuba 326968 | CAG|GTTCAAACTT...TTGTCTATAGAT/ATGAAGTTCATC...TGCAG|AAA | 0 | 1 | 79.432 | 
| 213933308 | GT-AG | 0 | 1.000000099473604e-05 | 1064 | rna-XM_016045264.2 38690336 | 8 | 35732096 | 35733159 | Ziziphus jujuba 326968 | CAG|GTGATTGCAA...TTGATCTTTATT/TTGATCTTTATT...TGCAG|GAT | 0 | 1 | 82.202 | 
| 213933309 | GT-AG | 0 | 0.000392625078557 | 524 | rna-XM_016045264.2 38690336 | 9 | 35731401 | 35731924 | Ziziphus jujuba 326968 | AGG|GTATGTATTA...GCGTTCTTATGC/TTTATGCTAACT...TGCAG|GAT | 0 | 1 | 86.15 | 
| 213933310 | GT-AG | 0 | 0.2500007679146262 | 157 | rna-XM_016045264.2 38690336 | 10 | 35731079 | 35731235 | Ziziphus jujuba 326968 | ATG|GTATCTCTCT...GAACTTTTTTCT/GGCATTCTAACG...ATCAG|GTT | 0 | 1 | 89.958 | 
| 213933311 | GT-AG | 0 | 0.0194561733530816 | 518 | rna-XM_016045264.2 38690336 | 11 | 35730435 | 35730952 | Ziziphus jujuba 326968 | CAG|GTATGCTCTC...GTATTCATAATA/TAAGTATTCATA...ATCAG|GTG | 0 | 1 | 92.867 | 
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]);