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 = 12917220
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 68847125 | GT-AG | 0 | 1.000000099473604e-05 | 9647 | rna-XM_009649510.2 12917220 | 2 | 631218 | 640864 | Egretta garzetta 188379 | AAG|GTAAATACGT...TTTTCCTAAAAT/TTTTTCCTAAAA...TCCAG|GTC | 1 | 1 | 8.139 |
| 68847126 | GT-AG | 0 | 1.0820727985456247e-05 | 1921 | rna-XM_009649510.2 12917220 | 3 | 641028 | 642948 | Egretta garzetta 188379 | CAT|GTAAGTATTG...TGCATATTAAAC/TGCATATTAAAC...TCCAG|AAC | 2 | 1 | 17.893 |
| 68847127 | GT-AG | 0 | 1.000000099473604e-05 | 1120 | rna-XM_009649510.2 12917220 | 4 | 643052 | 644171 | Egretta garzetta 188379 | AAG|GTAAAAAAAT...GATCACTTAAAA/TGTTTATTCAAT...AACAG|GAC | 0 | 1 | 24.057 |
| 68847128 | GT-AG | 0 | 1.2960594467649426e-05 | 1113 | rna-XM_009649510.2 12917220 | 5 | 644272 | 645384 | Egretta garzetta 188379 | CAG|GTAAACAGCT...CTTTCCTTTTTT/AACTGTTTAATT...AATAG|ATG | 1 | 1 | 30.042 |
| 68847129 | GT-AG | 0 | 1.000000099473604e-05 | 929 | rna-XM_009649510.2 12917220 | 6 | 645485 | 646413 | Egretta garzetta 188379 | CAA|GTAAGGAAAG...CATACTTTGAAG/TTCAGCCTAACT...TGCAG|GCA | 2 | 1 | 36.026 |
| 68847130 | GT-AG | 0 | 1.000000099473604e-05 | 676 | rna-XM_009649510.2 12917220 | 7 | 646559 | 647234 | Egretta garzetta 188379 | TTG|GTAAATCATA...TTTTTTTTTTCT/CTGTCTTCCACC...CCTAG|GTT | 0 | 1 | 44.704 |
| 68847131 | GT-AG | 0 | 1.000000099473604e-05 | 387 | rna-XM_009649510.2 12917220 | 8 | 647428 | 647814 | Egretta garzetta 188379 | TTG|GTAAGGAAGC...TAAGTTGTAACT/ACTTTGTTTATA...CATAG|GTT | 1 | 1 | 56.254 |
| 68847132 | GT-AG | 0 | 1.000000099473604e-05 | 771 | rna-XM_009649510.2 12917220 | 9 | 648113 | 648883 | Egretta garzetta 188379 | CAG|GTAGATGAAT...AACTTCCTAATA/AATTCACTAACT...TACAG|TGA | 2 | 1 | 74.087 |
| 68847133 | GT-AG | 0 | 0.0065526878419132 | 759 | rna-XM_009649510.2 12917220 | 10 | 649060 | 649818 | Egretta garzetta 188379 | GAG|GTAAACTTTT...TGGTTCTTGATC/TTTTTTTTAAAT...TCCAG|GTA | 1 | 1 | 84.62 |
| 68847134 | GT-AG | 0 | 1.000000099473604e-05 | 1056 | rna-XM_009649510.2 12917220 | 11 | 649950 | 651005 | Egretta garzetta 188379 | GAA|GTGAGTATGC...TGTTTTTTATTT/TTGTTTTTTATT...TACAG|TGT | 0 | 1 | 92.46 |
| 68847200 | GT-AG | 0 | 1.000000099473604e-05 | 20357 | rna-XM_009649510.2 12917220 | 1 | 610653 | 631009 | Egretta garzetta 188379 | GAG|GTAAGGTTAA...AGTTTCTTAACA/CTTTTTTTTACT...TTCAG|GAA | 0 | 4.129 |
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]);