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 = 10378408
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 | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 57022356 | GT-AG | 0 | 0.0001823726314344 | 122 | rna-XM_025107827.1 10378408 | 1 | 35601563 | 35601684 | Cynara cardunculus 4265 | GAG|GTACATATGT...TATTACTTGATT/AGTTATTTGATT...TGCAG|GTT | 0 | 1 | 26.776 | 
| 57022357 | GT-AG | 0 | 0.0121502563351996 | 236 | rna-XM_025107827.1 10378408 | 2 | 35600808 | 35601043 | Cynara cardunculus 4265 | GAG|GTATGTTGTG...GTTACTTTATTT/AGTTACTTTATT...ATAAG|GTG | 0 | 1 | 38.593 | 
| 57022358 | GT-AG | 0 | 0.0022339465854943 | 172 | rna-XM_025107827.1 10378408 | 3 | 35600111 | 35600282 | Cynara cardunculus 4265 | CAG|GTATAGTTTC...ATTGACTTAATT/AATTGATTGACT...CGTAG|TGT | 0 | 1 | 50.546 | 
| 57022359 | GT-AG | 0 | 1.000000099473604e-05 | 145 | rna-XM_025107827.1 10378408 | 4 | 35599270 | 35599414 | Cynara cardunculus 4265 | GAG|GTAAAATATG...TAGTTTTTATCT/TTAGTTTTTATC...AATAG|GGT | 0 | 1 | 66.393 | 
| 57022360 | GT-AG | 0 | 9.338201408153762e-05 | 97 | rna-XM_025107827.1 10378408 | 5 | 35598462 | 35598558 | Cynara cardunculus 4265 | CAG|GTAGGTTTGT...CTTGTTTTAATT/CTTGTTTTAATT...TCTAG|AGA | 0 | 1 | 82.582 | 
| 57022361 | GT-AG | 0 | 0.0018644301849971 | 7999 | rna-XM_025107827.1 10378408 | 6 | 35590402 | 35598400 | Cynara cardunculus 4265 | GTG|GTATATACTT...TGCTTCTTTCCC/CATCTTTTTATG...CACAG|TTT | 1 | 1 | 83.971 | 
| 57022362 | GT-AG | 0 | 4.099217884610944e-05 | 12351 | rna-XM_025107827.1 10378408 | 7 | 35577989 | 35590339 | Cynara cardunculus 4265 | AAG|GTAACACTGA...TCTAGTTTAATT/TCTAGTTTAATT...TTTAG|AAG | 0 | 1 | 85.383 | 
| 57022363 | GT-AG | 0 | 3.5361000841429e-05 | 95 | rna-XM_025107827.1 10378408 | 8 | 35577837 | 35577931 | Cynara cardunculus 4265 | GCT|GTAATTAGAA...TGAAACTTAATG/CCAATGCTCATG...TCCAG|TGG | 0 | 1 | 86.68 | 
| 57022364 | GT-AG | 0 | 1.000000099473604e-05 | 128 | rna-XM_025107827.1 10378408 | 9 | 35577631 | 35577758 | Cynara cardunculus 4265 | TCG|GTGAGTTAAA...TTGTCTTTGGTC/TCTTTGGTCAAT...TTCAG|ATT | 0 | 1 | 88.456 | 
| 57022365 | GT-AG | 0 | 0.0038862977255927 | 355 | rna-XM_025107827.1 10378408 | 10 | 35577172 | 35577526 | Cynara cardunculus 4265 | GTG|GTATGCCGGT...TATTCTATGACT/CTATGACTAATG...TACAG|TAT | 2 | 1 | 90.824 | 
| 57022366 | GT-AG | 0 | 0.0277918074932047 | 1388 | rna-XM_025107827.1 10378408 | 11 | 35575715 | 35577102 | Cynara cardunculus 4265 | ATG|GTATGTTTTT...TTTTTGTTATTT/GTTTTTGTTATT...GATAG|CTT | 2 | 1 | 92.395 | 
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]);