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 = 29376516
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 | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 163593504 | GT-AG | 0 | 2.511411763106684e-05 | 112 | rna-XM_008220104.2 29376516 | 2 | 25757546 | 25757657 | Prunus mume 102107 | CAA|GTAGTGTTTC...GTTGTCTCATAT/TGTTGTCTCATA...TGCAG|AAT | 0 | 1 | 8.685 | 
| 163593505 | GT-AG | 0 | 7.10571850673558e-05 | 187 | rna-XM_008220104.2 29376516 | 3 | 25757287 | 25757473 | Prunus mume 102107 | AAG|GTTGCTCTTC...TACGTCTTCAAA/ATAGAATTGATT...AACAG|GTT | 0 | 1 | 10.633 | 
| 163593506 | GT-AG | 0 | 1.000000099473604e-05 | 90 | rna-XM_008220104.2 29376516 | 4 | 25757119 | 25757208 | Prunus mume 102107 | GAG|GTGCATCTTG...CTATTCTTACTC/CCTATTCTTACT...TTCAG|GAG | 0 | 1 | 12.744 | 
| 163593507 | GT-AG | 0 | 1.000000099473604e-05 | 198 | rna-XM_008220104.2 29376516 | 5 | 25756402 | 25756599 | Prunus mume 102107 | GAG|GTACGACACA...ATTACCCTAACC/ATTACCCTAACC...TCTAG|GTT | 0 | 1 | 26.786 | 
| 163593508 | GT-AG | 0 | 1.000000099473604e-05 | 482 | rna-XM_008220104.2 29376516 | 6 | 25755695 | 25756176 | Prunus mume 102107 | TGG|GTAAGACAAT...GATTCCTTATTT/TTTTCTTTTATT...GACAG|CAT | 0 | 1 | 32.873 | 
| 163593509 | GT-AG | 0 | 1.000000099473604e-05 | 819 | rna-XM_008220104.2 29376516 | 7 | 25754714 | 25755532 | Prunus mume 102107 | TTG|GTGAGTGAGA...TGACCCTTGTCA/TCTCTGTTTATT...TGCAG|GTC | 0 | 1 | 37.256 | 
| 163593510 | GT-AG | 0 | 1.000000099473604e-05 | 334 | rna-XM_008220104.2 29376516 | 8 | 25754011 | 25754344 | Prunus mume 102107 | AAG|GTAAAATCTG...TTTCCTCTGACA/TTTCCTCTGACA...CCTAG|GCA | 0 | 1 | 47.24 | 
| 163593511 | GT-AG | 0 | 0.0130885939619434 | 114 | rna-XM_008220104.2 29376516 | 9 | 25752582 | 25752695 | Prunus mume 102107 | AAG|GTATGCTGCA...TTCTTGTTAATT/TTCTTGTTAATT...TACAG|GAT | 1 | 1 | 82.819 | 
| 163593512 | GT-AG | 0 | 1.000000099473604e-05 | 766 | rna-XM_008220104.2 29376516 | 10 | 25751712 | 25752477 | Prunus mume 102107 | AAG|GTACTAGGAA...GTGTTTATAATT/ATTTATCTGATA...TTAAG|GTT | 0 | 1 | 85.633 | 
| 163593513 | GT-AG | 0 | 1.000000099473604e-05 | 299 | rna-XM_008220104.2 29376516 | 11 | 25751215 | 25751513 | Prunus mume 102107 | CAG|GTAAATCTAC...TTTTTCTTTTTT/TTCTTTTTTAAG...AACAG|GCC | 0 | 1 | 90.99 | 
| 163604986 | GT-AG | 0 | 0.0001480377071843 | 486 | rna-XM_008220104.2 29376516 | 1 | 25758170 | 25758655 | Prunus mume 102107 | GAT|GTAAGCCCTA...ATGATCTTACAG/TATGATCTTACA...TGCAG|ACA | 0 | 0.325 | 
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]);