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 = 25413730
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 | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 140208186 | GT-AG | 0 | 0.0002369882052797 | 3870 | rna-XM_040519894.1 25413730 | 1 | 10762292 | 10766161 | Oryza brachyantha 4533 | CAG|GTACACCCTC...TTTTTGTTACTG/ATTTTTGTTACT...TGCAG|GTC | 0 | 1 | 30.013 | 
| 140208187 | GT-AG | 0 | 8.941271929394474e-05 | 88 | rna-XM_040519894.1 25413730 | 2 | 10761707 | 10761794 | Oryza brachyantha 4533 | CTC|GTAAGCCGCG...CGTACGTTGACA/CGTACGTTGACA...TGCAG|GTA | 2 | 1 | 40.941 | 
| 140208188 | GT-AG | 0 | 1.000000099473604e-05 | 4512 | rna-XM_040519894.1 25413730 | 3 | 10756936 | 10761447 | Oryza brachyantha 4533 | GAG|GTACGGTGCA...ATCTCCGAAACT/CCGAAACTGAAT...TGCAG|GTG | 0 | 1 | 46.636 | 
| 140208189 | GT-AG | 0 | 1.000000099473604e-05 | 99 | rna-XM_040519894.1 25413730 | 4 | 10756429 | 10756527 | Oryza brachyantha 4533 | TAC|GTGAGTGATG...GTTCTCTTCTCT/TCTTCTCTGAAA...CGCAG|GTG | 0 | 1 | 55.607 | 
| 140208190 | GT-AG | 0 | 1.000000099473604e-05 | 377 | rna-XM_040519894.1 25413730 | 5 | 10755419 | 10755795 | Oryza brachyantha 4533 | AGG|GTGAGTACGT...GGTACCTGAGTA/TATATGTTTATG...TGCAG|GCG | 0 | 1 | 69.525 | 
| 140208191 | GT-AG | 0 | 1.2783748595250283e-05 | 79 | rna-XM_040519894.1 25413730 | 6 | 10755175 | 10755253 | Oryza brachyantha 4533 | CGG|GTAGGTTGTC...GTTATTTTGGTT/TTTTGGTTCACA...TGCAG|TCA | 0 | 1 | 73.153 | 
| 140208192 | GT-AG | 0 | 1.000000099473604e-05 | 93 | rna-XM_040519894.1 25413730 | 7 | 10754787 | 10754879 | Oryza brachyantha 4533 | CAG|GTATGACAAA...ATTTTCATACTG/GTAATTTTCATA...TGCAG|AGT | 1 | 1 | 79.639 | 
| 140208193 | GT-AG | 0 | 0.0020595132240154 | 135 | rna-XM_040519894.1 25413730 | 8 | 10754437 | 10754571 | Oryza brachyantha 4533 | AAG|GTAACTCCTG...TGTACCTTGAAA/CAGTAGCTAAAC...TACAG|TTT | 0 | 1 | 84.367 | 
| 140208194 | GT-AG | 0 | 7.406196719888459e-05 | 80 | rna-XM_040519894.1 25413730 | 9 | 10754051 | 10754130 | Oryza brachyantha 4533 | CAG|GTATTTAACA...TATTTTCTAAAG/TATTTTCTAAAG...TTCAG|GCC | 0 | 1 | 91.095 | 
| 140208195 | GT-AG | 0 | 1.7998810173329282e-05 | 238 | rna-XM_040519894.1 25413730 | 10 | 10753749 | 10753986 | Oryza brachyantha 4533 | CAG|GTACTTAATT...AAGTTCTAGATA/TATCTACTAATA...TTTAG|TTG | 1 | 1 | 92.502 | 
| 140208196 | GT-AG | 0 | 0.171928657077644 | 172 | rna-XM_040519894.1 25413730 | 11 | 10753337 | 10753508 | Oryza brachyantha 4533 | CTG|GTAACCATCT...GTTATCTTAGCA/TGTTATCTTAGC...ACCAG|GTC | 1 | 1 | 97.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]);