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 = 26505239
This data as json, CSV (advanced)
Suggested facets: score, phase
| id ▼ | dinucleotide_pair | is_minor | score | length | transcript_id | ordinal_index | start | end | taxonomy_id | scored_motifs | phase | in_cds | relative_position |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 146836469 | GT-AG | 0 | 1.000000099473604e-05 | 1071 | Pavag01G237300.1.v3.1 26505239 | 1 | 21007230 | 21008300 | Paspalum vaginatum 158149 | GAG|GTGAGGCGCT...TTTCCTATGATG/GGAATGCTCATT...TGCAG|GAT | 0 | 1 | 3.333 |
| 146836470 | GT-AG | 0 | 0.0029610806505109 | 67 | Pavag01G237300.1.v3.1 26505239 | 2 | 21007087 | 21007153 | Paspalum vaginatum 158149 | CTG|GTATGTTGAA...TTATTTTTATTT/ATTATTTTTATT...TGCAG|AGC | 1 | 1 | 5.253 |
| 146836471 | GT-AG | 0 | 1.1207712115511698e-05 | 130 | Pavag01G237300.1.v3.1 26505239 | 3 | 21006892 | 21007021 | Paspalum vaginatum 158149 | GCT|GTGAGTTCTT...GTATTCCTGACA/GTATTCCTGACA...CTCAG|ATG | 0 | 1 | 6.894 |
| 146836472 | GT-AG | 0 | 4.425914324357618e-05 | 1418 | Pavag01G237300.1.v3.1 26505239 | 4 | 21005396 | 21006813 | Paspalum vaginatum 158149 | TCT|GTAAGTATGG...ATGGCTCTAATC/GTTAATCTGATT...TGCAG|TCT | 0 | 1 | 8.864 |
| 146836473 | GT-AG | 0 | 1.000000099473604e-05 | 468 | Pavag01G237300.1.v3.1 26505239 | 5 | 21004847 | 21005314 | Paspalum vaginatum 158149 | GAG|GTCAGTTGTT...TTATCTTTATTG/ATTATCTTTATT...TCTAG|ATA | 0 | 1 | 10.909 |
| 146836474 | GT-AG | 0 | 1.000000099473604e-05 | 355 | Pavag01G237300.1.v3.1 26505239 | 6 | 21004330 | 21004684 | Paspalum vaginatum 158149 | GTG|GTAAGTATTG...TATGCTTTACAT/ATGCTATTTATT...TCTAG|GAA | 0 | 1 | 15.0 |
| 146836475 | GT-AG | 0 | 1.000000099473604e-05 | 80 | Pavag01G237300.1.v3.1 26505239 | 7 | 21004151 | 21004230 | Paspalum vaginatum 158149 | AAG|GTACGAGCAC...GTTACCGTAATA/AGCCTCTTCATT...TTCAG|TTG | 0 | 1 | 17.5 |
| 146836476 | GT-AG | 0 | 0.0037081402634897 | 777 | Pavag01G237300.1.v3.1 26505239 | 8 | 21002034 | 21002810 | Paspalum vaginatum 158149 | TCG|GTATGTCATA...TTTTTCTTATAT/ATTTTTCTTATA...TGCAG|GTA | 2 | 1 | 51.338 |
| 146836477 | GT-AG | 0 | 0.0356197558918291 | 86 | Pavag01G237300.1.v3.1 26505239 | 9 | 21001730 | 21001815 | Paspalum vaginatum 158149 | AAG|GTATGCTTTA...AAAGCCTCAACA/ATTAATCTGATT...TACAG|GTC | 1 | 1 | 56.843 |
| 146836478 | GT-AG | 0 | 0.0001036954207183 | 111 | Pavag01G237300.1.v3.1 26505239 | 10 | 21001491 | 21001601 | Paspalum vaginatum 158149 | AAG|GTTTGTTTCT...CTGTCCTCACTT/TCTGTCCTCACT...GGCAG|TAC | 0 | 1 | 60.076 |
| 146836479 | GT-AG | 0 | 0.0098443047108767 | 73 | Pavag01G237300.1.v3.1 26505239 | 11 | 21001379 | 21001451 | Paspalum vaginatum 158149 | CTG|GTATGTTCCA...GATTTTTTACCT/AATTTTCTGATT...TATAG|ATG | 0 | 1 | 61.061 |
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]);