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 = 17869653
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 95650549 | GT-AG | 0 | 1.000000099473604e-05 | 54 | rna-gnl|WGS:WIOR|BS47DRAFT_mRNA265 17869653 | 1 | 129602 | 129655 | Hydnum rufescens 139363 | ACG|GTCTGTCCTC...CGTATCTCACTC/ACGTATCTCACT...CTTAG|GGG | 1 | 1 | 2.571 |
| 95650550 | GT-AG | 0 | 1.000000099473604e-05 | 57 | rna-gnl|WGS:WIOR|BS47DRAFT_mRNA265 17869653 | 2 | 129766 | 129822 | Hydnum rufescens 139363 | GAG|GTCAATCTCT...CAATGCTCAATC/CCAATGCTCAAT...CCTAG|GAG | 0 | 1 | 7.447 |
| 95650551 | GT-AG | 0 | 1.000000099473604e-05 | 57 | rna-gnl|WGS:WIOR|BS47DRAFT_mRNA265 17869653 | 3 | 129843 | 129899 | Hydnum rufescens 139363 | CTG|GTCAACACTA...TCGACCTTGATT/TTGATTCTAAAT...TATAG|GTT | 2 | 1 | 8.333 |
| 95650552 | GT-AG | 0 | 0.0001825902930182 | 79 | rna-gnl|WGS:WIOR|BS47DRAFT_mRNA265 17869653 | 4 | 130127 | 130205 | Hydnum rufescens 139363 | AAC|GTTTGTTCTT...TCGTTGCTGACG/TCGTTGCTGACG...ATCAG|ATT | 1 | 1 | 18.395 |
| 95650553 | GT-AG | 0 | 0.0003333253404868 | 52 | rna-gnl|WGS:WIOR|BS47DRAFT_mRNA265 17869653 | 5 | 130264 | 130315 | Hydnum rufescens 139363 | CTC|GTAAGCTCAT...GTTACCTAACCT/CCTAACCTCATT...TGTAG|CGT | 2 | 1 | 20.966 |
| 95650554 | GT-AG | 0 | 1.000000099473604e-05 | 59 | rna-gnl|WGS:WIOR|BS47DRAFT_mRNA265 17869653 | 6 | 130533 | 130591 | Hydnum rufescens 139363 | AAG|GTACGGGTCC...GTGTTCTTGATC/GTGTTCTTGATC...AATAG|AGC | 0 | 1 | 30.585 |
| 95650555 | GT-AG | 0 | 1.000000099473604e-05 | 60 | rna-gnl|WGS:WIOR|BS47DRAFT_mRNA265 17869653 | 7 | 130617 | 130676 | Hydnum rufescens 139363 | GAG|GTCGGTCGAT...TTTTCCTTCGCT/TTTATAATCAAC...TTCAG|GGA | 1 | 1 | 31.693 |
| 95650556 | GT-AG | 0 | 1.000000099473604e-05 | 55 | rna-gnl|WGS:WIOR|BS47DRAFT_mRNA265 17869653 | 8 | 130801 | 130855 | Hydnum rufescens 139363 | CTG|GTGAGTATTC...ATCGTTTTACCA/TATCGTTTTACC...CTCAG|GAT | 2 | 1 | 37.19 |
| 95650557 | GT-AG | 0 | 1.000000099473604e-05 | 56 | rna-gnl|WGS:WIOR|BS47DRAFT_mRNA265 17869653 | 9 | 131121 | 131176 | Hydnum rufescens 139363 | GGA|GTGAGTAGCT...AAAGCTTTGATC/CATTAGCTCAAT...CAAAG|GTC | 0 | 1 | 48.936 |
| 95650558 | GT-AG | 0 | 0.0010013655343951 | 55 | rna-gnl|WGS:WIOR|BS47DRAFT_mRNA265 17869653 | 10 | 131209 | 131263 | Hydnum rufescens 139363 | CGC|GTACGTCGCT...TCTCTCTTATTC/ATCTCTCTTATT...TCTAG|TAC | 2 | 1 | 50.355 |
| 95650559 | GT-AG | 0 | 0.0135312047925404 | 68 | rna-gnl|WGS:WIOR|BS47DRAFT_mRNA265 17869653 | 11 | 131713 | 131780 | Hydnum rufescens 139363 | GCT|GTATGTCTGA...AATATTGTAATG/ATTGTAATGATT...AATAG|ACC | 1 | 1 | 70.257 |
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]);