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 = 21575179
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 116649473 | GT-AG | 0 | 1.0077175898932418e-05 | 962 | rna-XM_008937796.1 21575179 | 1 | 52287 | 53248 | Merops nubicus 57421 | AAG|GTGACCAGCA...TGTTTTGTAATA/TGTTTTGTAATA...TGTAG|CAA | 1 | 1 | 20.204 |
| 116649474 | GT-AG | 0 | 1.000000099473604e-05 | 1590 | rna-XM_008937796.1 21575179 | 2 | 50587 | 52176 | Merops nubicus 57421 | AAG|GTGAGTTCGT...TTCTCTTTCACT/CATGTTCTCATT...ACCAG|GAA | 0 | 1 | 25.802 |
| 116649475 | GT-AG | 0 | 0.0147408705453835 | 469 | rna-XM_008937796.1 21575179 | 3 | 50003 | 50471 | Merops nubicus 57421 | CTG|GTATGTTTGT...AAGATCTTATTT/TCTTATTTTATT...TTCAG|GCA | 1 | 1 | 31.654 |
| 116649476 | GT-AG | 0 | 1.000000099473604e-05 | 1027 | rna-XM_008937796.1 21575179 | 4 | 48887 | 49913 | Merops nubicus 57421 | CAG|GTGAAACCCC...ATTGTTGTAATG/AATGTGTTCAAT...CATAG|GAG | 0 | 1 | 36.183 |
| 116649477 | GT-AG | 0 | 1.000000099473604e-05 | 430 | rna-XM_008937796.1 21575179 | 5 | 48319 | 48748 | Merops nubicus 57421 | AAG|GTAAGAAGGC...AGTTCCTCAATT/CAGTTCCTCAAT...TGCAG|GGT | 0 | 1 | 43.206 |
| 116649478 | GT-AG | 0 | 1.000000099473604e-05 | 155 | rna-XM_008937796.1 21575179 | 6 | 48068 | 48222 | Merops nubicus 57421 | CAG|GTCAGTGTCC...TGAGTCTTACAT/GTAAATTTCATT...TTCAG|GTT | 0 | 1 | 48.092 |
| 116649479 | GT-AG | 0 | 1.000000099473604e-05 | 415 | rna-XM_008937796.1 21575179 | 7 | 47554 | 47968 | Merops nubicus 57421 | CTG|GTAAGTGTGA...TTTGTGTTGACC/TTTGTGTTGACC...CTTAG|GGC | 0 | 1 | 53.13 |
| 116649480 | GT-AG | 0 | 1.000000099473604e-05 | 115 | rna-XM_008937796.1 21575179 | 8 | 47284 | 47398 | Merops nubicus 57421 | TGG|GTGAGTTAAT...TCAGCTTTGTTT/TGCTTTGTGATA...TCCAG|AGG | 2 | 1 | 61.018 |
| 116649481 | GT-AG | 0 | 1.000000099473604e-05 | 903 | rna-XM_008937796.1 21575179 | 9 | 46263 | 47165 | Merops nubicus 57421 | CAG|GTGAGCACTC...AATGTATTACAA/GTGAGATTAATG...TTCAG|GCT | 0 | 1 | 67.023 |
| 116649482 | GT-AG | 0 | 1.000000099473604e-05 | 488 | rna-XM_008937796.1 21575179 | 10 | 45629 | 46116 | Merops nubicus 57421 | CAG|GTAGTACTGG...CTACTTTTGATT/GATTTACTTACT...CAAAG|AAC | 2 | 1 | 74.453 |
| 116649483 | GT-AG | 0 | 1.000000099473604e-05 | 1039 | rna-XM_008937796.1 21575179 | 11 | 44376 | 45414 | Merops nubicus 57421 | AAG|GTAAAATTCA...TTCCTTTCAACC/CTGATGCTAATA...AACAG|GTC | 0 | 1 | 85.344 |
| 116649484 | GT-AG | 0 | 1.000000099473604e-05 | 526 | rna-XM_008937796.1 21575179 | 12 | 43658 | 44183 | Merops nubicus 57421 | AAG|GTGACTAAGT...TGGATTTTAAAC/TGGATTTTAAAC...TGTAG|CAA | 0 | 1 | 95.115 |
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]);