home / WtMTA

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)

15 rows where transcript_id = 29402356

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
163707298 GT-AG 0 1.000000099473604e-05 105 rna-XM_020555130.1 29402356 1 8666887 8666991 Prunus persica 3760 CAG|GTCCAACTCC...TTTGTATAAATA/AATAAGCTCAAT...TGCAG|TTG 0 1 2.527
163707299 GT-AG 0 1.3133673996891396e-05 182 rna-XM_020555130.1 29402356 2 8666613 8666794 Prunus persica 3760 TGT|GTAAGATCAA...TTTGCCTTTTTC/AAGATGATCAAG...TTCAG|TAA 2 1 4.372
163707300 GT-AG 0 9.870840862433115e-05 139 rna-XM_020555130.1 29402356 3 8664341 8664479 Prunus persica 3760 GAG|GTATTACTTA...CTCTCTTTCTCT/CTCACTCTCACT...ATTAG|GAG 2 1 47.152
163707301 GC-AG 0 1.000000099473604e-05 79 rna-XM_020555130.1 29402356 4 8663934 8664012 Prunus persica 3760 CAG|GCTAGTTTTG...TCTTTCTTATAG/CTCTTTCTTATA...TTCAG|ACT 0 1 53.73
163707302 GT-AG 0 1.000000099473604e-05 144 rna-XM_020555130.1 29402356 5 8663574 8663717 Prunus persica 3760 CAG|GTTAAACAGA...ATTTTTTTCACT/ATTTTTTTCACT...CCCAG|ACA 0 1 58.063
163707303 GT-AG 0 0.2614954277635643 85 rna-XM_020555130.1 29402356 6 8663416 8663500 Prunus persica 3760 TTG|GTATTCTTGT...GTTTCCTGGAAT/TATGTTTTCAAT...TCCAG|GTG 1 1 59.527
163707304 GT-AG 0 1.000000099473604e-05 77 rna-XM_020555130.1 29402356 7 8663133 8663209 Prunus persica 3760 GAA|GTATGGGATT...GTGTTCTTGGAA/TTTAATTTGAAA...TGCAG|GAT 0 1 63.658
163707305 GT-AG 0 1.000000099473604e-05 198 rna-XM_020555130.1 29402356 8 8662872 8663069 Prunus persica 3760 CAG|GTGATGTTCC...TTTCCCATAATG/TGTTTTGTAATT...TCCAG|GTT 0 1 64.922
163707306 GT-AG 0 1.000000099473604e-05 118 rna-XM_020555130.1 29402356 9 8662548 8662665 Prunus persica 3760 TGT|GTAAGTGCTT...TCCTCCTCAAAT/TATGTGTTGAAT...GGCAG|GTT 2 1 69.053
163707307 GT-AG 0 0.0005378205264323 178 rna-XM_020555130.1 29402356 10 8662258 8662435 Prunus persica 3760 AAG|GTACACAATC...ATATTCTGAACC/CATATTCTGAAC...TTCAG|TGG 0 1 71.3
163707308 GT-AG 0 9.72677969688739e-05 236 rna-XM_020555130.1 29402356 11 8661503 8661738 Prunus persica 3760 GAG|GTTTGTTTAT...ATGTCTCTAACT/ATGTCTCTAACT...CTTAG|GTT 0 1 81.709
163707309 GT-AG 0 1.000000099473604e-05 99 rna-XM_020555130.1 29402356 12 8661093 8661191 Prunus persica 3760 CAG|GTAAATACAT...TAGGTTTTAATG/TGTTTTCTCAAT...TACAG|GTT 2 1 87.946
163707310 GT-AG 0 0.0003917564838425 70 rna-XM_020555130.1 29402356 13 8660782 8660851 Prunus persica 3760 AAG|GTATTTCAAA...CTCACTTTAGTT/TTTAATTTCACT...TGTAG|TTG 0 1 92.78
163707311 GT-AG 0 1.2575302870556174e-05 234 rna-XM_020555130.1 29402356 14 8660474 8660707 Prunus persica 3760 AAG|GTAATTTCAG...TTAAACTTAACT/TTAAACTTAACT...TGCAG|GAA 2 1 94.264
163707312 GT-AG 0 1.000000099473604e-05 77 rna-XM_020555130.1 29402356 15 8660261 8660337 Prunus persica 3760 GAG|GTAAACAACA...CATTTCTTGTTA/ACATATCTAATT...GGCAG|GAT 0 1 96.992

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 111.373ms · Data license: ODbL · Data source: Larue & Roy, 2023 · About: Minor Intron Database (WtMTA)