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 = 76446
This data as json, CSV (advanced)
Suggested facets: dinucleotide_pair, score, phase
| id ▼ | dinucleotide_pair | is_minor | score | length | transcript_id | ordinal_index | start | end | taxonomy_id | scored_motifs | phase | in_cds | relative_position |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 346361 | GT-AG | 0 | 2.011133344648092e-05 | 1436 | rna-XM_022250585.1 76446 | 1 | 1260986 | 1262421 | Acanthaster planci 133434 | TCG|GTAAGTTACA...CCATCCTTCATC/GTTTATTTCATT...TGCAG|ATG | 1 | 1 | 8.392 |
| 346362 | GT-AG | 0 | 1.000000099473604e-05 | 988 | rna-XM_022250585.1 76446 | 2 | 1262541 | 1263528 | Acanthaster planci 133434 | GAG|GTGGGAACCT...AACTCCTTGCTT/GGAACTCTCATT...TCAAG|GAT | 0 | 1 | 11.206 |
| 346363 | GT-AG | 0 | 3.028199884134362e-05 | 398 | rna-XM_022250585.1 76446 | 3 | 1263637 | 1264034 | Acanthaster planci 133434 | AAG|GTAATCAGAA...TATTTTTTGATT/TATTTTTTGATT...TGAAG|ATG | 0 | 1 | 13.759 |
| 346364 | GT-AG | 0 | 1.000000099473604e-05 | 209 | rna-XM_022250585.1 76446 | 4 | 1264323 | 1264531 | Acanthaster planci 133434 | GAG|GTAGAAACCA...GTGTCTTTGGTG/CATCCATTCAAA...GCCAG|ATT | 0 | 1 | 20.567 |
| 346365 | GT-AG | 0 | 1.000000099473604e-05 | 264 | rna-XM_022250585.1 76446 | 5 | 1264640 | 1264903 | Acanthaster planci 133434 | GAG|GTAGGTGGAA...TCTTTTTTAACC/TCTTTTTTAACC...TATAG|TTC | 0 | 1 | 23.121 |
| 346366 | GT-AG | 0 | 1.7772834420985776e-05 | 275 | rna-XM_022250585.1 76446 | 6 | 1265092 | 1265366 | Acanthaster planci 133434 | TCC|GTAAGTGCGT...CCCCTCTTACTG/ATGAATTTCATC...GGCAG|ATA | 2 | 1 | 27.565 |
| 346367 | GT-AG | 0 | 1.000000099473604e-05 | 871 | rna-XM_022250585.1 76446 | 7 | 1265854 | 1266724 | Acanthaster planci 133434 | CAA|GTAAGATTTC...TCGTGTTTGAAA/TCGTGTTTGAAA...TTCAG|ACC | 0 | 1 | 39.078 |
| 346368 | GT-AG | 0 | 1.000000099473604e-05 | 332 | rna-XM_022250585.1 76446 | 8 | 1267258 | 1267589 | Acanthaster planci 133434 | GAC|GTGAGTAGCG...CAAGTTTTGATC/CAAGTTTTGATC...TGTAG|GTT | 2 | 1 | 51.678 |
| 346369 | GT-AG | 0 | 1.000000099473604e-05 | 195 | rna-XM_022250585.1 76446 | 9 | 1267786 | 1267980 | Acanthaster planci 133434 | GAG|GTAAGAACCG...GTATCCTAATTT/TGTATCCTAATT...TGCAG|GAA | 0 | 1 | 56.312 |
| 346370 | GC-AG | 0 | 1.000000099473604e-05 | 362 | rna-XM_022250585.1 76446 | 10 | 1268158 | 1268519 | Acanthaster planci 133434 | CAG|GCAAGTTTTA...TTTGTATTATTT/TTTTGTATTATT...TTCAG|AAA | 0 | 1 | 60.496 |
| 346371 | GT-AG | 0 | 0.0057619474759494 | 1032 | rna-XM_022250585.1 76446 | 11 | 1268559 | 1269590 | Acanthaster planci 133434 | AAG|GTATTGTTTC...TTTTTTTTACTT/CTTTTTTTTACT...GGCAG|CGA | 0 | 1 | 61.418 |
| 346372 | GT-AG | 0 | 1.000000099473604e-05 | 296 | rna-XM_022250585.1 76446 | 12 | 1269713 | 1270008 | Acanthaster planci 133434 | CAA|GTAGGTCGAG...GGTTCCTTTTTG/GTTTGGCTCAAG...ATCAG|GTA | 2 | 1 | 64.303 |
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]);