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 = 8933589
This data as json, CSV (advanced)
Suggested facets: score, phase, in_cds
| id ▼ | dinucleotide_pair | is_minor | score | length | transcript_id | ordinal_index | start | end | taxonomy_id | scored_motifs | phase | in_cds | relative_position | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 48131379 | GT-AG | 0 | 0.0001873731912711 | 8280 | rna-XM_027303307.1 8933589 | 1 | 2742683 | 2750962 | Coffea eugenioides 49369 | AAA|GTATAGGGAG...ATTTTTTTATTT/GATTTTTTTATT...TGCAG|CTG | 0 | 1 | 3.43 | 
| 48131380 | GT-AG | 0 | 3.762103952614135e-05 | 135 | rna-XM_027303307.1 8933589 | 2 | 2742467 | 2742601 | Coffea eugenioides 49369 | TTG|GTAAGTTTTT...TAATCTATAATT/TTCTTTTTCAGC...GTTAG|GAG | 0 | 1 | 5.4 | 
| 48131381 | GT-AG | 0 | 1.000000099473604e-05 | 118 | rna-XM_027303307.1 8933589 | 3 | 2742304 | 2742421 | Coffea eugenioides 49369 | AAG|GTTAGTATTT...TTCTTTTTGAAA/TTGGATTTTATG...TGTAG|GGT | 0 | 1 | 6.495 | 
| 48131382 | GT-AG | 0 | 0.0002458916686394 | 94 | rna-XM_027303307.1 8933589 | 4 | 2740068 | 2740161 | Coffea eugenioides 49369 | GAA|GTATGGTGAC...CCTTTCTAAATA/ATCTTCCTCACT...TGCAG|CAC | 0 | 1 | 58.599 | 
| 48131383 | GT-AG | 0 | 1.4902570689008897e-05 | 109 | rna-XM_027303307.1 8933589 | 5 | 2739667 | 2739775 | Coffea eugenioides 49369 | TAT|GTAAGTAAAT...TAACTTTTAACC/TTCTGTTTCATT...TGCAG|TCC | 1 | 1 | 65.702 | 
| 48131384 | GT-AG | 0 | 0.0001956030969824 | 876 | rna-XM_027303307.1 8933589 | 6 | 2738708 | 2739583 | Coffea eugenioides 49369 | AAG|GTATGATACT...CTTTTATTAATT/CTTTTATTAATT...AACAG|CTA | 0 | 1 | 67.721 | 
| 48131385 | GT-AG | 0 | 3.4471356883394936e-05 | 659 | rna-XM_027303307.1 8933589 | 7 | 2737810 | 2738468 | Coffea eugenioides 49369 | CGG|GTACGTACCT...TATTTATTGACA/TATTTATTGACA...CCCAG|ATC | 2 | 1 | 73.534 | 
| 48131386 | GT-AG | 0 | 1.000000099473604e-05 | 1140 | rna-XM_027303307.1 8933589 | 8 | 2736583 | 2737722 | Coffea eugenioides 49369 | AAG|GTTGTGAGTT...CCGTCTTTATAA/CCCGTCTTTATA...AATAG|AGT | 2 | 1 | 75.651 | 
| 48131387 | GT-AG | 0 | 0.0025079442613732 | 1208 | rna-XM_027303307.1 8933589 | 9 | 2735275 | 2736482 | Coffea eugenioides 49369 | CTG|GTATTTCCTG...CCCCCTTTATCT/TTGGATCTAAAT...TGCAG|GCT | 0 | 1 | 78.083 | 
| 48131388 | GT-AG | 0 | 1.000000099473604e-05 | 72 | rna-XM_027303307.1 8933589 | 10 | 2735004 | 2735075 | Coffea eugenioides 49369 | TGG|GTAATTCATC...ATTTTATTATCC/AAGATGCTTACT...TGAAG|GTG | 1 | 1 | 82.924 | 
| 48141045 | GT-AG | 0 | 0.000185727158204 | 673 | rna-XM_027303307.1 8933589 | 11 | 2733957 | 2734629 | Coffea eugenioides 49369 | TAG|GTATGTTCCT...ATGAAATTGACT/ATGAAATTGACT...TACAG|GTT | 0 | 92.021 | 
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]);