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 = 35103526
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 197657792 | GT-AG | 0 | 3.1322121204184644e-05 | 1068 | rna-XM_018124708.1 35103526 | 1 | 12967943 | 12969010 | Theobroma cacao 3641 | CAG|GTAATTTTGT...ATGTCTTTCATT/CATTCTCTCATT...TACAG|ATA | 0 | 1 | 10.377 |
| 197657793 | GT-AG | 0 | 1.4052086359595268e-05 | 747 | rna-XM_018124708.1 35103526 | 2 | 12966920 | 12967666 | Theobroma cacao 3641 | AAG|GTAGCGGCCA...TTCTTTTTGGTT/ATTAAATTTACT...AGCAG|AAC | 0 | 1 | 17.61 |
| 197657794 | GT-AG | 0 | 1.000000099473604e-05 | 267 | rna-XM_018124708.1 35103526 | 3 | 12966161 | 12966427 | Theobroma cacao 3641 | CAG|GTGATATTCT...TTGACTTGAACT/TGTATGTTGACT...TGCAG|AAA | 0 | 1 | 30.503 |
| 197657795 | GT-AG | 0 | 0.0037314878098531 | 2670 | rna-XM_018124708.1 35103526 | 4 | 12963215 | 12965884 | Theobroma cacao 3641 | AAG|GTATGTTTTG...CTTCATTTAGCC/GGTAAGTTAATT...TACAG|GAA | 0 | 1 | 37.736 |
| 197657796 | GT-AG | 0 | 1.4555991876736602e-05 | 123 | rna-XM_018124708.1 35103526 | 5 | 12962922 | 12963044 | Theobroma cacao 3641 | GGG|GTAATTGTCC...TTATTTTTATTT/CTTATTTTTATT...TACAG|GTA | 2 | 1 | 42.191 |
| 197657797 | GT-AG | 0 | 1.000000099473604e-05 | 83 | rna-XM_018124708.1 35103526 | 6 | 12962626 | 12962708 | Theobroma cacao 3641 | CAG|GTTAGTTTTC...GTGTTTTTCTCT/TATTTTCTCAAG...TGTAG|GTT | 2 | 1 | 47.773 |
| 197657798 | GT-AG | 0 | 1.000000099473604e-05 | 178 | rna-XM_018124708.1 35103526 | 7 | 12962261 | 12962438 | Theobroma cacao 3641 | CAG|GTGCATTTGC...TCTAACTTAACG/TGTTTTCTAACT...TGTAG|TTT | 0 | 1 | 52.673 |
| 197657799 | GT-AG | 0 | 1.000000099473604e-05 | 82 | rna-XM_018124708.1 35103526 | 8 | 12962127 | 12962208 | Theobroma cacao 3641 | TAG|GTGATTAGAA...AATTCTCTATTC/ATAATACTTATG...CATAG|GTA | 1 | 1 | 54.036 |
| 197657800 | GT-AG | 0 | 1.000000099473604e-05 | 122 | rna-XM_018124708.1 35103526 | 9 | 12961775 | 12961896 | Theobroma cacao 3641 | GAG|GTAAAATCAA...TGTTCTTTGAAC/TGTTCTTTGAAC...AGAAG|TTG | 0 | 1 | 60.063 |
| 197657801 | GT-AG | 0 | 1.000000099473604e-05 | 557 | rna-XM_018124708.1 35103526 | 10 | 12961119 | 12961675 | Theobroma cacao 3641 | AAG|GTTGGTTATG...TGCTCCTTAAAA/TGTTCCCTAATT...TGCAG|TTC | 0 | 1 | 62.657 |
| 197657802 | GT-AG | 0 | 1.000000099473604e-05 | 624 | rna-XM_018124708.1 35103526 | 11 | 12959827 | 12960450 | Theobroma cacao 3641 | AAG|GTAGATAGAA...TTTTCCTTTGTT/GTTTCGCTGATG...TGCAG|TGC | 2 | 1 | 80.162 |
| 197657803 | GT-AG | 0 | 0.0001065269918532 | 441 | rna-XM_018124708.1 35103526 | 12 | 12958879 | 12959319 | Theobroma cacao 3641 | TGG|GTAATCAATC...GAGTACTTAACA/TTTTCCTTCAAT...TGCAG|GTT | 2 | 1 | 93.449 |
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]);