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 = 18666334
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 99589049 | GT-AG | 0 | 1.000000099473604e-05 | 119 | rna-XM_041133871.1 18666334 | 1 | 34679803 | 34679921 | Juglans microcarpa x juglans regia 2249226 | CAG|GTGTGTGAAT...CTCTTCTTATCT/AATTTTTTCACG...TGCAG|AAG | 1 | 1 | 2.057 |
| 99589050 | GT-AG | 0 | 1.000000099473604e-05 | 132 | rna-XM_041133871.1 18666334 | 2 | 34680339 | 34680470 | Juglans microcarpa x juglans regia 2249226 | CAG|GTAGAGCGGT...CCGATTTTGATA/CCGATTTTGATA...TTCAG|CAT | 1 | 1 | 10.899 |
| 99589051 | GT-AG | 0 | 1.000000099473604e-05 | 88 | rna-XM_041133871.1 18666334 | 3 | 34680644 | 34680731 | Juglans microcarpa x juglans regia 2249226 | ATG|GTGGGCCTGG...GGTTTATTAACG/TTTTCATTCATT...TGTAG|AAG | 0 | 1 | 14.567 |
| 99589052 | GT-AG | 0 | 1.000000099473604e-05 | 136 | rna-XM_041133871.1 18666334 | 4 | 34681042 | 34681177 | Juglans microcarpa x juglans regia 2249226 | TTG|GTGGGTAGTC...GTGTCTTTGTCT/GAGTGACTGATC...ATCAG|TTG | 1 | 1 | 21.141 |
| 99589053 | GT-AG | 0 | 1.000000099473604e-05 | 108 | rna-XM_041133871.1 18666334 | 7 | 34681588 | 34681695 | Juglans microcarpa x juglans regia 2249226 | AGG|GTGAGCATTT...TTTTTTTTGGTG/TGATATCTGATT...TGCAG|GAA | 2 | 1 | 29.75 |
| 99589054 | GT-AG | 0 | 1.000000099473604e-05 | 81 | rna-XM_041133871.1 18666334 | 9 | 34681756 | 34681836 | Juglans microcarpa x juglans regia 2249226 | ATG|GTGATGAGCT...TTTTCTTTGGTT/GAAATCTTCATC...TGCAG|GCT | 0 | 1 | 30.98 |
| 99589055 | GT-AG | 0 | 1.000000099473604e-05 | 107 | rna-XM_041133871.1 18666334 | 10 | 34681912 | 34682018 | Juglans microcarpa x juglans regia 2249226 | ACG|GTGAGTGGGC...GTGTTCTGATTG/TGTGTTCTGATT...TGCAG|GAA | 0 | 1 | 32.57 |
| 99589056 | GT-AG | 0 | 1.3171195714724322e-05 | 88 | rna-XM_041133871.1 18666334 | 11 | 34682302 | 34682389 | Juglans microcarpa x juglans regia 2249226 | ATG|GTAATTTAAC...TGTTCCTGATTT/GTGTTCCTGATT...CGCAG|CCC | 1 | 1 | 38.571 |
| 99589057 | GT-AG | 0 | 0.002720727741871 | 107 | rna-XM_041133871.1 18666334 | 12 | 34682457 | 34682563 | Juglans microcarpa x juglans regia 2249226 | GGG|GTATGGTCGG...ATAATCTTATCT/GATAATCTTATC...GGCAG|ATA | 2 | 1 | 39.992 |
| 99589058 | GT-AG | 0 | 0.1093345851943308 | 66 | rna-XM_041133871.1 18666334 | 13 | 34682631 | 34682696 | Juglans microcarpa x juglans regia 2249226 | CAA|GTATGCCAAT...TTCTCCTTATTT/ATTCTCCTTATT...CGAAG|TTT | 0 | 1 | 41.412 |
| 99589059 | GT-AG | 0 | 0.0106002961288472 | 92 | rna-XM_041133871.1 18666334 | 15 | 34683087 | 34683178 | Juglans microcarpa x juglans regia 2249226 | TAC|GTTCTCTTTT...TGTGCATTAAAT/TGTGCATTAAAT...TTCAG|CAT | 1 | 1 | 49.64 |
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]);