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 = 20429261
This data as json, CSV (advanced)
Suggested facets: dinucleotide_pair, score, phase
| id ▼ | dinucleotide_pair | is_minor | score | length | transcript_id | ordinal_index | start | end | taxonomy_id | scored_motifs | phase | in_cds | relative_position | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 109622369 | GT-AG | 0 | 0.0003242016903036 | 1459 | rna-XM_042644086.1 20429261 | 1 | 4385049 | 4386507 | Macadamia integrifolia 60698 | AAG|GTACTTTTGG...GAATTTCTAACT/GAATTTCTAACT...TTTAG|AGG | 1 | 1 | 1.493 | 
| 109622370 | GT-AG | 0 | 1.380433582599278e-05 | 240 | rna-XM_042644086.1 20429261 | 2 | 4386571 | 4386810 | Macadamia integrifolia 60698 | AAG|GTAGGTCTTT...TGTTTCTTCATT/TTTTTACTAATC...TGCAG|ATC | 1 | 1 | 2.73 | 
| 109622371 | GT-AG | 0 | 1.000000099473604e-05 | 1018 | rna-XM_042644086.1 20429261 | 3 | 4386906 | 4387923 | Macadamia integrifolia 60698 | GGG|GTAGAAGACT...TTTTCTTCAGTT/ATTTTCTTCAGT...GATAG|GAT | 0 | 1 | 4.596 | 
| 109622372 | GT-AG | 0 | 0.0862272353429405 | 125 | rna-XM_042644086.1 20429261 | 4 | 4388788 | 4388912 | Macadamia integrifolia 60698 | GAG|GTATACATTT...TTTGTTTTATTG/TTTTGTTTTATT...ACCAG|GCT | 0 | 1 | 21.567 | 
| 109622373 | GT-AG | 0 | 1.000000099473604e-05 | 138 | rna-XM_042644086.1 20429261 | 5 | 4389013 | 4389150 | Macadamia integrifolia 60698 | CAG|GTAATGTAGT...CCTCCCTTTTCT/ATAATAGTAACG...TTCAG|GTC | 1 | 1 | 23.532 | 
| 109622374 | GT-AG | 0 | 1.000000099473604e-05 | 122 | rna-XM_042644086.1 20429261 | 6 | 4389319 | 4389440 | Macadamia integrifolia 60698 | ATG|GTGAGGAGAA...TTGTTCTTCCCC/TTTTATGTAATT...TGTAG|AAA | 1 | 1 | 26.832 | 
| 109622375 | GT-AG | 0 | 1.000000099473604e-05 | 90 | rna-XM_042644086.1 20429261 | 7 | 4390284 | 4390373 | Macadamia integrifolia 60698 | AGG|GTTAGTTATA...TGTATGTTGACA/TGTATGTTGACA...TGCAG|AAG | 1 | 1 | 43.39 | 
| 109622376 | GC-CA | 0 | 1.000000099473604e-05 | 86 | rna-XM_042644086.1 20429261 | 8 | 4391074 | 4391159 | Macadamia integrifolia 60698 | GTT|GCAACAGCAG...AGAAGTTCAACA/CAGAAGTTCAAC...CAGCA|GCA | 2 | 1 | 57.14 | 
| 109622377 | GT-AG | 0 | 3.6793634632007656e-05 | 77 | rna-XM_042644086.1 20429261 | 9 | 4392782 | 4392858 | Macadamia integrifolia 60698 | CTG|GTAGGTTTGT...GGAATTTTAAAT/ATTTTGCTCATG...TTCAG|GTG | 1 | 1 | 89.0 | 
| 109622378 | GT-AG | 0 | 1.000000099473604e-05 | 5880 | rna-XM_042644086.1 20429261 | 10 | 4392932 | 4398811 | Macadamia integrifolia 60698 | CAG|GTAGGGACTC...TGGTTCTTAAAT/CATTTTTTTATT...GACAG|GGT | 2 | 1 | 90.434 | 
| 109622379 | GT-AG | 0 | 0.0001315654880803 | 434 | rna-XM_042644086.1 20429261 | 11 | 4398964 | 4399397 | Macadamia integrifolia 60698 | ATG|GTATGGACAG...TGGTCCTTAGTA/GTTTTTTTTACT...CTCAG|AAG | 1 | 1 | 93.42 | 
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]);