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 = 76520
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 347285 | GT-AG | 0 | 1.000000099473604e-05 | 470 | rna-XM_022224248.1 76520 | 2 | 3852825 | 3853294 | Acanthaster planci 133434 | ACG|GTAAGTCCCC...TGGGCCTTTTCA/TTTCGTTTCAAC...TTCAG|ACA | 2 | 1 | 11.653 |
| 347286 | GT-AG | 0 | 1.000000099473604e-05 | 559 | rna-XM_022224248.1 76520 | 3 | 3852037 | 3852595 | Acanthaster planci 133434 | CAG|GTGAGCTGGG...CTTTCTTTATCA/TCTTTCTTTATC...GTCAG|ACA | 0 | 1 | 24.065 |
| 347287 | GT-AG | 0 | 1.7572989820535686e-05 | 947 | rna-XM_022224248.1 76520 | 4 | 3850914 | 3851860 | Acanthaster planci 133434 | CAG|GTAGGCCTGC...CTTTTTCTAATA/CTTTTTCTAATA...TACAG|CGC | 2 | 1 | 33.604 |
| 347288 | GT-AG | 0 | 2.2687707042265787e-05 | 651 | rna-XM_022224248.1 76520 | 5 | 3850166 | 3850816 | Acanthaster planci 133434 | GAG|GTAAGCACCC...TTTTCCTTTGTC/AGTGCTCAAAAA...CCTAG|GTG | 0 | 1 | 38.862 |
| 347289 | GT-AG | 0 | 1.000000099473604e-05 | 1153 | rna-XM_022224248.1 76520 | 6 | 3848746 | 3849898 | Acanthaster planci 133434 | AAG|GTCTGACAGG...TAAGCATTCATC/TAAGCATTCATC...TCCAG|CTT | 0 | 1 | 53.333 |
| 347290 | GT-AG | 0 | 1.000000099473604e-05 | 1279 | rna-XM_022224248.1 76520 | 7 | 3847349 | 3848627 | Acanthaster planci 133434 | CAG|GTAGATCAGG...TACACTTTCACT/TACACTTTCACT...CTCAG|GTA | 1 | 1 | 59.729 |
| 347291 | GT-AG | 0 | 0.0001715100831583 | 692 | rna-XM_022224248.1 76520 | 8 | 3846459 | 3847150 | Acanthaster planci 133434 | CGG|GTACGTTCCA...GATTTTTTACTG/AGATTTTTTACT...TGCAG|GAC | 1 | 1 | 70.461 |
| 347292 | GT-AG | 0 | 3.2359647674608586e-05 | 662 | rna-XM_022224248.1 76520 | 9 | 3845695 | 3846356 | Acanthaster planci 133434 | ATG|GTAATTTGGT...ACTTTCTTAAGA/CACTTTCTTAAG...TGCAG|ATT | 1 | 1 | 75.989 |
| 347293 | GT-AG | 0 | 6.849921779005427e-05 | 821 | rna-XM_022224248.1 76520 | 10 | 3844745 | 3845565 | Acanthaster planci 133434 | CAG|GTAGATTAAG...TGACCCTTGATC/CTTTTTGTCAAC...GGTAG|GCG | 1 | 1 | 82.981 |
| 347294 | GT-AG | 0 | 1.000000099473604e-05 | 784 | rna-XM_022224248.1 76520 | 11 | 3843820 | 3844603 | Acanthaster planci 133434 | CTG|GTCAGTCAGT...GATTTCTTAACC/GATTTCTTAACC...TCTAG|GCG | 1 | 1 | 90.623 |
| 348270 | GT-AG | 0 | 0.0001995403924755 | 3750 | rna-XM_022224248.1 76520 | 1 | 3853429 | 3857178 | Acanthaster planci 133434 | TTG|GTAAGTATTT...GCATTCTTAACT/GCATTCTTAACT...TTCAG|TCC | 0 | 6.504 |
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]);