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 = 30628695

✎ View and edit SQL

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
171035798 GT-AG 0 0.0026223123312342 23355 rna-XM_020510691.1 30628695 1 373782 397136 Rhincodon typus 259920 CAT|GTAAGTTTTT...ATATCTTTAATT/TTTAATTTTATA...TGCAG|CTG 0 1 8.439
171035799 GT-AG 0 1.000000099473604e-05 5120 rna-XM_020510691.1 30628695 2 397257 402376 Rhincodon typus 259920 AAA|GTAAGATCTC...CTCATCTTAAAT/AATGTGCTCATC...AATAG|GTT 0 1 16.878
171035800 GT-AG 0 1.000000099473604e-05 837 rna-XM_020510691.1 30628695 3 402461 403297 Rhincodon typus 259920 GAG|GTAAAGTGTC...ATTGTTTTCATT/ATTGTTTTCATT...TTTAG|AGT 0 1 22.785
171035801 GT-AG 0 1.3130247314830371e-05 236 rna-XM_020510691.1 30628695 4 403340 403575 Rhincodon typus 259920 AAA|GTAAGTCAAT...TTTTTTTTGATT/TTTTTTTTGATT...ATTAG|TTT 0 1 25.738
171035802 GT-AG 0 1.000000099473604e-05 2826 rna-XM_020510691.1 30628695 5 403659 406484 Rhincodon typus 259920 GAG|GTGACACGCA...TTTTCTTTCATC/TTTTCTTTCATC...TTTAG|TAA 2 1 31.575
171035803 GT-AG 0 1.000000099473604e-05 3379 rna-XM_020510691.1 30628695 6 406559 409937 Rhincodon typus 259920 ATG|GTAAGGACCT...ATTGCCTGAAAA/TATTGCCTGAAA...TGCAG|ATG 1 1 36.779
171035804 GT-AG 0 0.0004606446799965 1334 rna-XM_020510691.1 30628695 7 410059 411392 Rhincodon typus 259920 CAA|GTACATATTT...CCTACTTTTATG/TTGTGTATCATC...TGCAG|GCC 2 1 45.288
171035805 GT-AG 0 1.000000099473604e-05 1814 rna-XM_020510691.1 30628695 8 411440 413253 Rhincodon typus 259920 GAG|GTGAGTTTAT...TTATTTTTAAAT/AATATTCTCATT...CTCAG|GAA 1 1 48.594
171035806 GT-AG 0 1.000000099473604e-05 1724 rna-XM_020510691.1 30628695 9 413266 414989 Rhincodon typus 259920 ATG|GTAAGAGGAG...CTATCTTTATAT/ACTATCTTTATA...CACAG|GCG 1 1 49.437
171035807 GT-AG 0 1.000000099473604e-05 2531 rna-XM_020510691.1 30628695 10 415017 417547 Rhincodon typus 259920 AAG|GTAATAACTG...CTGATTTTACTG/ATTTTACTGATT...TGTAG|GTC 1 1 51.336
171035808 GT-AG 0 1.000000099473604e-05 5222 rna-XM_020510691.1 30628695 11 417641 422862 Rhincodon typus 259920 ATG|GTAAGTGCAA...GTCACTTTACCT/TCATTCCTAATT...TTCAG|ATG 1 1 57.876
171035809 GT-AG 0 1.000000099473604e-05 9104 rna-XM_020510691.1 30628695 12 423110 432213 Rhincodon typus 259920 CAA|GTAAGAAAAA...TAAACTTTACAG/TTAAACTTTACA...AATAG|GTC 2 1 75.246
171035810 GT-AG 0 1.000000099473604e-05 1650 rna-XM_020510691.1 30628695 13 432284 433933 Rhincodon typus 259920 AAG|GTAAAATGTC...TGATTTTTAATC/TGATTTTTAATC...AATAG|GAG 0 1 80.169
171035811 GT-AG 0 0.000541143341834 2131 rna-XM_020510691.1 30628695 14 434021 436151 Rhincodon typus 259920 CAG|GTTTGTTTCA...ATACTTTTATTT/AATACTTTTATT...ATCAG|ACT 0 1 86.287
171035812 GT-AG 0 1.000000099473604e-05 5832 rna-XM_020510691.1 30628695 15 436286 442117 Rhincodon typus 259920 CAG|GTAAGAAATA...GCTACTTTGCTC/CAGTAGCTAACT...TTCAG|GCT 2 1 95.71

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 31.001ms · Data license: ODbL · Data source: Larue & Roy, 2023 · About: Minor Intron Database (WtMTA)