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)
12 rows where transcript_id = 13349305
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 71011143 | GT-AG | 0 | 0.002042197218541 | 115 | mRNA_995 13349305 | 1 | 84891084 | 84891198 | Entomophaga maimaiga 42810 | ATC|GTAAGTTCTT...ATTGCCTTGATT/TTCTTTCTTATT...TTTAG|CGT | 1 | 1 | 7.623 |
| 71011144 | GT-AG | 0 | 0.0001374136913115 | 128 | mRNA_995 13349305 | 2 | 84891347 | 84891474 | Entomophaga maimaiga 42810 | CAG|GTAATTTGCC...ATTTTCTTAATC/TATTTTCTAATA...TTTAG|AGA | 2 | 1 | 12.751 |
| 71011145 | GT-AG | 0 | 1.000000099473604e-05 | 63 | mRNA_995 13349305 | 3 | 84891496 | 84891558 | Entomophaga maimaiga 42810 | TGG|GTAATGATAT...TTTCCCTTGGCT/TAGGGGCTAATT...GGTAG|GTT | 2 | 1 | 13.479 |
| 71011146 | GT-AG | 0 | 1.284528405442869e-05 | 49 | mRNA_995 13349305 | 4 | 84891772 | 84891820 | Entomophaga maimaiga 42810 | TTT|GTAAGTTATT...ATTAATTTCACT/ATTAATTTCACT...AATAG|GCA | 2 | 1 | 20.859 |
| 71011147 | GT-AG | 0 | 0.0022049626611139 | 38 | mRNA_995 13349305 | 5 | 84891847 | 84891884 | Entomophaga maimaiga 42810 | GAG|GTATACATTT...CACCGATTAAAA/CACCGATTAAAA...TTTAG|GTA | 1 | 1 | 21.76 |
| 71011148 | GT-AG | 0 | 4.282097040939396e-05 | 41 | mRNA_995 13349305 | 6 | 84891942 | 84891982 | Entomophaga maimaiga 42810 | CAG|GTATGATTAG...AATATCTCATTT/AAATATCTCATT...ATTAG|GTG | 1 | 1 | 23.735 |
| 71011149 | GT-AG | 0 | 1.000000099473604e-05 | 34 | mRNA_995 13349305 | 7 | 84892101 | 84892134 | Entomophaga maimaiga 42810 | TAT|GTAAGGCACC...CAGCATTTACCA/TCAGCATTTACC...TTCAG|GCA | 2 | 1 | 27.824 |
| 71011150 | GT-AG | 0 | 1.000000099473604e-05 | 33 | mRNA_995 13349305 | 8 | 84892438 | 84892470 | Entomophaga maimaiga 42810 | CAT|GTAAGTCCAA...GTTCACTAAACA/TCAGAGTTCACT...AGTAG|CAC | 2 | 1 | 38.323 |
| 71011151 | GT-AG | 0 | 1.000000099473604e-05 | 35 | mRNA_995 13349305 | 9 | 84892806 | 84892840 | Entomophaga maimaiga 42810 | ACG|GTAAGGTTTA...GTCGTCTAAGCC/TGTCGTCTAAGC...ATTAG|ATT | 1 | 1 | 49.931 |
| 71011152 | GT-AG | 0 | 1.000000099473604e-05 | 36 | mRNA_995 13349305 | 10 | 84893960 | 84893995 | Entomophaga maimaiga 42810 | ATG|GTAAGCATAT...TCTGATTGAAAT/AATGATCTCATG...ATTAG|AAC | 1 | 1 | 88.704 |
| 71011153 | GT-AG | 0 | 5.973921926532696e-05 | 35 | mRNA_995 13349305 | 11 | 84894094 | 84894128 | Entomophaga maimaiga 42810 | TTA|GTAAGTTATT...CTCTTTCTGACT/CTCTTTCTGACT...TCTAG|ACT | 0 | 1 | 92.1 |
| 71011154 | GT-AG | 0 | 1.000000099473604e-05 | 36 | mRNA_995 13349305 | 12 | 84894296 | 84894331 | Entomophaga maimaiga 42810 | CTG|GTAAGTTATC...TCACTTTTACTC/CTTTTACTCACT...TACAG|GCC | 2 | 1 | 97.886 |
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]);