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 = 19419596
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 103972157 | GT-AG | 0 | 1.000000099473604e-05 | 5738 | rna-XM_017805984.1 19419596 | 1 | 15629268 | 15635005 | Lepidothrix coronata 321398 | GTG|GTAAGTAAGA...TGCATTTTAATC/TGCATTTTAATC...ATTAG|TTA | 0 | 1 | 4.628 |
| 103972158 | GT-AG | 0 | 8.834440687713183e-05 | 99 | rna-XM_017805984.1 19419596 | 2 | 15629054 | 15629152 | Lepidothrix coronata 321398 | AAG|GTAACGTGCT...AATTTTTTACAC/CAATTTTTTACA...TTCAG|CAG | 1 | 1 | 10.005 |
| 103972159 | GT-AG | 0 | 0.0657895828465866 | 474 | rna-XM_017805984.1 19419596 | 3 | 15628439 | 15628912 | Lepidothrix coronata 321398 | CAG|GTAGCCATTT...AAGTCCTTTATG/AAGTCCTTTATG...TGCAG|AAT | 1 | 1 | 16.597 |
| 103972160 | GT-AG | 0 | 1.000000099473604e-05 | 898 | rna-XM_017805984.1 19419596 | 4 | 15627412 | 15628309 | Lepidothrix coronata 321398 | GAG|GTATGAAAAT...TAGACTTTACCT/ACTTCCCTCACT...TGTAG|GTA | 1 | 1 | 22.627 |
| 103972161 | GT-AG | 0 | 1.788337744627726e-05 | 638 | rna-XM_017805984.1 19419596 | 5 | 15626630 | 15627267 | Lepidothrix coronata 321398 | CAT|GTAAGTCTGC...GCTTCCTTTTCT/GATTTTCTCATT...TCCAG|TGC | 1 | 1 | 29.36 |
| 103972162 | GT-AG | 0 | 0.000716341436825 | 1089 | rna-XM_017805984.1 19419596 | 6 | 15625429 | 15626517 | Lepidothrix coronata 321398 | AAG|GTATTGTATT...TGGTTTTTAATT/TTTTGTCTAATT...TCCAG|GGC | 2 | 1 | 34.596 |
| 103972163 | GT-AG | 0 | 0.0006664881208103 | 701 | rna-XM_017805984.1 19419596 | 7 | 15624532 | 15625232 | Lepidothrix coronata 321398 | GAG|GTAAGCTTTT...GCATTTTTAAAA/GCATTTTTAAAA...TAAAG|CTT | 0 | 1 | 43.759 |
| 103972164 | GT-AG | 0 | 1.000000099473604e-05 | 2228 | rna-XM_017805984.1 19419596 | 8 | 15622208 | 15624435 | Lepidothrix coronata 321398 | GTG|GTGAGTATTA...AATGACTGAACT/TTGTAAATGACT...TTTAG|ACA | 0 | 1 | 48.247 |
| 103972165 | GT-AG | 0 | 1.000000099473604e-05 | 730 | rna-XM_017805984.1 19419596 | 9 | 15621357 | 15622086 | Lepidothrix coronata 321398 | AAT|GTAAGTAGTA...TTTTCCATTTCT/GATAGGCTAATT...TTCAG|GCC | 1 | 1 | 53.904 |
| 103972166 | GT-AG | 0 | 1.000000099473604e-05 | 1382 | rna-XM_017805984.1 19419596 | 10 | 15619807 | 15621188 | Lepidothrix coronata 321398 | CTG|GTAATTATCT...CTCCCTCTATTC/GTTGTACTAACA...TTTAG|ATT | 1 | 1 | 61.758 |
| 103972167 | GT-AG | 0 | 1.6766898849531137e-05 | 88 | rna-XM_017805984.1 19419596 | 11 | 15619602 | 15619689 | Lepidothrix coronata 321398 | TTG|GTAAGTTGTC...TTTATCTTCTCT/GTTTTCCTGAAG...CACAG|GCA | 1 | 1 | 67.228 |
| 103972168 | GT-AG | 0 | 1.000000099473604e-05 | 1587 | rna-XM_017805984.1 19419596 | 12 | 15617890 | 15619476 | Lepidothrix coronata 321398 | CAG|GTCAGTATAA...AGCATTTTAAAG/TTTTGGCTAATG...TTCAG|ATT | 0 | 1 | 73.072 |
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]);