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 = 410653
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2419049 | GT-AG | 0 | 1.9576146572424808e-05 | 442 | rna-XM_015892917.1 410653 | 1 | 1071162 | 1071603 | Acropora digitifera 70779 | CAG|GTACATATTA...TTTCTGTTCATC/TTTCTGTTCATC...TTCAG|AAA | 0 | 1 | 13.763 |
| 2419050 | GT-AG | 0 | 0.0002451146658481 | 120 | rna-XM_015892917.1 410653 | 2 | 1071682 | 1071801 | Acropora digitifera 70779 | CAG|GTTTTTTATG...TGTATTTTAATT/TGTATTTTAATT...CACAG|GAT | 0 | 1 | 19.355 |
| 2419051 | GT-AG | 0 | 6.360788513976735e-05 | 105 | rna-XM_015892917.1 410653 | 3 | 1071912 | 1072016 | Acropora digitifera 70779 | AAG|GTAACTGCAG...TTTTTTTTCATT/TTTTTTTTCATT...ATCAG|CAT | 2 | 1 | 27.24 |
| 2419052 | GT-AG | 0 | 1.866064640196999e-05 | 421 | rna-XM_015892917.1 410653 | 4 | 1072138 | 1072558 | Acropora digitifera 70779 | AAA|GTAAGTAGTA...TTGTTTTTGATG/TTGTTTTTGATG...TGTAG|ACT | 0 | 1 | 35.914 |
| 2419053 | GT-AG | 0 | 1.000000099473604e-05 | 156 | rna-XM_015892917.1 410653 | 5 | 1072663 | 1072818 | Acropora digitifera 70779 | ACA|GTGAGTTTGT...TTATTGTTGAAA/TTATTGTTGAAA...TTCAG|TTT | 2 | 1 | 43.369 |
| 2419054 | GT-AG | 0 | 1.000000099473604e-05 | 370 | rna-XM_015892917.1 410653 | 6 | 1072886 | 1073255 | Acropora digitifera 70779 | AAG|GTTATTATTA...TATTTCATACTC/CAATATTTCATA...TGCAG|ATC | 0 | 1 | 48.172 |
| 2419055 | GT-AG | 0 | 1.000000099473604e-05 | 437 | rna-XM_015892917.1 410653 | 7 | 1073324 | 1073760 | Acropora digitifera 70779 | GAG|GTGATTATCT...TGCCTTTTATTT/CTTTTATTTATT...TTCAG|TGT | 2 | 1 | 53.047 |
| 2419056 | GC-AG | 0 | 1.000000099473604e-05 | 346 | rna-XM_015892917.1 410653 | 8 | 1073847 | 1074192 | Acropora digitifera 70779 | TAG|GCAAGGATGA...TTGCTTTTTTCT/GAGATGCGAAAT...TTCAG|GTC | 1 | 1 | 59.211 |
| 2419057 | TG-AG | 0 | 1.3385337109588028e-05 | 235 | rna-XM_015892917.1 410653 | 9 | 1074285 | 1074519 | Acropora digitifera 70779 | AAA|TGATGGGAAA...AAAGTCATGACA/AAAGTCATGACA...GATAG|TCC | 0 | 1 | 65.806 |
| 2419058 | GT-AG | 0 | 1.000000099473604e-05 | 692 | rna-XM_015892917.1 410653 | 10 | 1074677 | 1075368 | Acropora digitifera 70779 | AAG|GTAATTGGTA...TTCTTTTTAATT/TTCTTTTTAATT...TTCAG|AAT | 1 | 1 | 77.061 |
| 2419059 | GT-AG | 0 | 1.000000099473604e-05 | 359 | rna-XM_015892917.1 410653 | 11 | 1075490 | 1075848 | Acropora digitifera 70779 | GAG|GTAAAGGAAT...CATGTCTTTTCT/GAGGCAATCATG...TTTAG|AAC | 2 | 1 | 85.735 |
| 2419060 | GT-AG | 0 | 1.000000099473604e-05 | 207 | rna-XM_015892917.1 410653 | 12 | 1075910 | 1076116 | Acropora digitifera 70779 | AAG|GTTAGTGTCA...TTTGTCTTGAAA/ATTTTATTCAAA...TCAAG|ACT | 0 | 1 | 90.108 |
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]);