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 = 20642267
This data as json, CSV (advanced)
Suggested facets: score, length, phase
| id ▼ | dinucleotide_pair | is_minor | score | length | transcript_id | ordinal_index | start | end | taxonomy_id | scored_motifs | phase | in_cds | relative_position | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 110536168 | GT-AG | 0 | 1.000000099473604e-05 | 110 | rna-XM_008383076.3 20642267 | 1 | 31691822 | 31691931 | Malus domestica 3750 | CAG|GTTCTTAATG...AAGTTGTTAACT/AAGTTGTTAACT...TTCAG|GCA | 0 | 1 | 1.183 | 
| 110536169 | GT-AG | 0 | 1.000000099473604e-05 | 124 | rna-XM_008383076.3 20642267 | 2 | 31691981 | 31692104 | Malus domestica 3750 | CAG|GTTCAGTTTT...TGCCTGTTGATC/AATTGGTTGACT...TGAAG|GTG | 1 | 1 | 1.874 | 
| 110536170 | GT-AG | 0 | 5.024959999578905e-05 | 702 | rna-XM_008383076.3 20642267 | 4 | 31692277 | 31692978 | Malus domestica 3750 | CAA|GTAAGTTAAG...TGTTTTTTGATT/TGTTTTTTGATT...ATCAG|GTG | 1 | 1 | 4.283 | 
| 110536171 | GT-AG | 0 | 1.000000099473604e-05 | 112 | rna-XM_008383076.3 20642267 | 5 | 31693181 | 31693292 | Malus domestica 3750 | TCT|GTAAGTGATT...TATGTGTTGAAG/TTGAGGTTTATG...TTCAG|GTG | 2 | 1 | 7.129 | 
| 110536172 | GT-AG | 0 | 1.000000099473604e-05 | 452 | rna-XM_008383076.3 20642267 | 6 | 31693487 | 31693938 | Malus domestica 3750 | CAG|GTTGCAACTC...GACTTATTAATT/ATATGACTTATT...TCCAG|GAT | 1 | 1 | 9.862 | 
| 110536173 | GT-AG | 0 | 0.0253712652949844 | 77 | rna-XM_008383076.3 20642267 | 7 | 31694927 | 31695003 | Malus domestica 3750 | CAG|GTATCATAAT...GAAGCATTAACC/GAAGCATTAACC...TGCAG|GTT | 2 | 1 | 23.781 | 
| 110536174 | GT-AG | 0 | 1.000000099473604e-05 | 100 | rna-XM_008383076.3 20642267 | 8 | 31695963 | 31696062 | Malus domestica 3750 | AAG|GTAATTGCTT...TACCTTTTATCT/ATCTTTCTCACT...AACAG|GTA | 1 | 1 | 37.292 | 
| 110536175 | GT-AG | 0 | 1.6069461001749766e-05 | 77 | rna-XM_008383076.3 20642267 | 9 | 31696152 | 31696228 | Malus domestica 3750 | CAG|GTCTGTATTC...TTTCTCTTGGTA/TTGCATTTAATC...TTCAG|GTG | 0 | 1 | 38.546 | 
| 110536176 | GT-AG | 0 | 1.2629124631180776e-05 | 134 | rna-XM_008383076.3 20642267 | 10 | 31696589 | 31696722 | Malus domestica 3750 | GAA|GTAAGTATAA...ATTGTATTAATT/ATTGTATTAATT...TTCAG|ATC | 0 | 1 | 43.618 | 
| 110536177 | GT-AG | 0 | 0.0001123942984709 | 151 | rna-XM_008383076.3 20642267 | 11 | 31697888 | 31698038 | Malus domestica 3750 | CAG|GTAATCTGCT...GTTGTTTTATTG/TGTTGTTTTATT...TTCAG|GTG | 1 | 1 | 60.031 | 
| 110536178 | GT-AG | 0 | 1.000000099473604e-05 | 101 | rna-XM_008383076.3 20642267 | 12 | 31698305 | 31698405 | Malus domestica 3750 | CAG|GTAGGCAGCT...ATGACTTTTTCC/GTGCTAGTGATC...TGCAG|GTC | 0 | 1 | 63.779 | 
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]);