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 = 35103522
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 197657754 | GT-AG | 0 | 5.4043437966089465e-05 | 248 | rna-XM_018125322.1 35103522 | 1 | 32622140 | 32622387 | Theobroma cacao 3641 | GAG|GTATTAATAC...TTGTATTTAATA/TTGTATTTAATA...GTTAG|GTT | 0 | 1 | 8.554 |
| 197657755 | GT-AG | 0 | 1.000000099473604e-05 | 106 | rna-XM_018125322.1 35103522 | 2 | 32622443 | 32622548 | Theobroma cacao 3641 | TCC|GTAAGTGCAT...GTGTTTTTGTCA/GTTTTTGTCATT...GCCAG|AAG | 1 | 1 | 9.979 |
| 197657756 | GT-AG | 0 | 0.0002877327689493 | 104 | rna-XM_018125322.1 35103522 | 3 | 32622725 | 32622828 | Theobroma cacao 3641 | AAG|GTATAATGTT...GTCTGCTTGATT/GTTTCATTCATC...TGCAG|GTT | 0 | 1 | 14.541 |
| 197657757 | GT-AG | 0 | 0.0008727435578405 | 89 | rna-XM_018125322.1 35103522 | 4 | 32623051 | 32623139 | Theobroma cacao 3641 | ACT|GTAGGTCTTG...ATTTCTTTAAGT/CACTATTTTACC...ACCAG|GTT | 0 | 1 | 20.295 |
| 197657758 | GT-AG | 0 | 1.000000099473604e-05 | 97 | rna-XM_018125322.1 35103522 | 5 | 32623379 | 32623475 | Theobroma cacao 3641 | CAT|GTGAGTTGAA...TTCTCTGTATTT/AGGGGAGTAATT...TTCAG|GTC | 2 | 1 | 26.49 |
| 197657759 | GT-AG | 0 | 1.000000099473604e-05 | 101 | rna-XM_018125322.1 35103522 | 6 | 32624002 | 32624102 | Theobroma cacao 3641 | CAG|GTTTTAATGT...TGTACCTTACTT/TTGTACCTTACT...CGTAG|GGA | 0 | 1 | 40.124 |
| 197657760 | GT-AG | 0 | 0.0002016250122106 | 343 | rna-XM_018125322.1 35103522 | 7 | 32624377 | 32624719 | Theobroma cacao 3641 | AAG|GTATGATATG...ACCATTTTGACT/TTTTGACTGATA...ATCAG|GGT | 1 | 1 | 47.227 |
| 197657761 | GT-AG | 0 | 0.1088923611094346 | 1339 | rna-XM_018125322.1 35103522 | 8 | 32625565 | 32626903 | Theobroma cacao 3641 | AAG|GTATGCTCAA...TTTTTCTTAATG/TTTTTTCTTAAT...TGCAG|ATG | 0 | 1 | 69.129 |
| 197657762 | GT-AG | 0 | 6.172561669862491 | 103 | rna-XM_018125322.1 35103522 | 10 | 32627181 | 32627283 | Theobroma cacao 3641 | CAA|GTATCTCTTC...GTTTCATTGATA/ATATGTTTCATT...TCCAG|GTT | 0 | 1 | 76.283 |
| 197657763 | GT-AG | 0 | 5.891932876952146e-05 | 111 | rna-XM_018125322.1 35103522 | 11 | 32627548 | 32627658 | Theobroma cacao 3641 | AAG|GTAATCATCA...TGGGTCTAAATT/TTGGGTCTAAAT...CGCAG|ACA | 0 | 1 | 83.126 |
| 197657764 | GT-AG | 0 | 1.000000099473604e-05 | 183 | rna-XM_018125322.1 35103522 | 12 | 32627953 | 32628135 | Theobroma cacao 3641 | CAG|GTTAGACATT...TCCCCCTTATGT/GATGTGCTTACT...TACAG|GGT | 0 | 1 | 90.747 |
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]);