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 = 38490408
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 213115991 | GT-AG | 0 | 0.0340309793790168 | 206 | rna-XM_008658432.3 38490408 | 2 | 70091735 | 70091940 | Zea mays 4577 | CAG|GTATTCTGTT...CGATGCTTACCT/ACGATGCTTACC...ATCAG|GAG | 2 | 1 | 20.184 |
| 213115992 | GT-AG | 0 | 1.000000099473604e-05 | 745 | rna-XM_008658432.3 38490408 | 3 | 70090243 | 70090987 | Zea mays 4577 | AAG|GTGAACAGCT...GTATTATTATCT/TATTATCTGATA...TTCAG|TAC | 2 | 1 | 32.442 |
| 213115993 | GT-AG | 0 | 1.000000099473604e-05 | 77 | rna-XM_008658432.3 38490408 | 4 | 70090012 | 70090088 | Zea mays 4577 | CAG|GTCCGTGAAC...ATTTTCTTGATC/ATTTTCTTGATC...TACAG|GAA | 0 | 1 | 34.969 |
| 213115994 | GT-AG | 0 | 3.772890864334613e-05 | 286 | rna-XM_008658432.3 38490408 | 5 | 70089381 | 70089666 | Zea mays 4577 | ACT|GTAAGTCATA...ATTTTCTTGGCC/CACAACTTTATT...TGCAG|GTT | 0 | 1 | 40.63 |
| 213115995 | GT-AG | 0 | 0.0011180036564006 | 130 | rna-XM_008658432.3 38490408 | 6 | 70088285 | 70088414 | Zea mays 4577 | CAG|GTACCGCTTC...CCTTTCTCAATG/CCCTTTCTCAAT...TGCAG|GGC | 0 | 1 | 56.482 |
| 213115996 | GT-AG | 0 | 1.000000099473604e-05 | 298 | rna-XM_008658432.3 38490408 | 7 | 70087655 | 70087952 | Zea mays 4577 | TGG|GTGAGCAATA...TGTTCTTTATAT/TGGTTTCTGATA...CACAG|GTT | 2 | 1 | 61.93 |
| 213115997 | GT-AG | 0 | 1.000000099473604e-05 | 159 | rna-XM_008658432.3 38490408 | 8 | 70087372 | 70087530 | Zea mays 4577 | GAG|GTGTGTAATT...TTTCCTGTGATT/AAGAAGCTAACA...GTTAG|GTT | 0 | 1 | 63.965 |
| 213115998 | GT-AG | 0 | 1.000000099473604e-05 | 1682 | rna-XM_008658432.3 38490408 | 9 | 70085534 | 70087215 | Zea mays 4577 | GAG|GTGCGGAGCA...GATTTTTTTGTA/TGCATTGTCATT...ATTAG|GGA | 0 | 1 | 66.524 |
| 213115999 | GT-AG | 0 | 4.3134414394242205e-05 | 793 | rna-XM_008658432.3 38490408 | 10 | 70083289 | 70084081 | Zea mays 4577 | CAG|GTATAAGTGT...TTTTTGTTAGTT/AGTTTTCTAATG...AAAAG|GTT | 0 | 1 | 90.351 |
| 213116000 | GT-AG | 0 | 1.0199237073758313e-05 | 937 | rna-XM_008658432.3 38490408 | 11 | 70082091 | 70083027 | Zea mays 4577 | GCT|GTAAGTATAA...TTAACATAAACT/CCTATACTGACA...TGCAG|TCC | 0 | 1 | 94.634 |
| 213136361 | GT-AG | 0 | 0.0027973048632622 | 512 | rna-XM_008658432.3 38490408 | 1 | 70092608 | 70093119 | Zea mays 4577 | GAG|GTATTGTCCC...GTGCCTTTATCT/AGTGCCTTTATC...TCTAG|ATT | 0 | 10.354 |
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]);