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)

12 rows where transcript_id = 32455309

✎ 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
181391564 GT-AG 0 1.000000099473604e-05 92 rna-gnl|WGS:VXBX|SCYSUP_R00454_mrna 32455309 1 745381 745472 Scytalopus superciliaris 312124 AAG|GTTAGTGGAC...AGGTTTTTCATT/AGGTTTTTCATT...AATAG|GTG 0 1 11.344
181391565 GT-AG 0 0.0001318775020953 1826 rna-gnl|WGS:VXBX|SCYSUP_R00454_mrna 32455309 2 745589 747414 Scytalopus superciliaris 312124 AGT|GTAAGTACAT...TAAACCTTGACA/TTAATCTTTATT...ACTAG|CTT 2 1 18.092
181391566 GT-AG 0 1.000000099473604e-05 1248 rna-gnl|WGS:VXBX|SCYSUP_R00454_mrna 32455309 3 747555 748802 Scytalopus superciliaris 312124 TTG|GTAATGTCTT...CTGTCTATGAAG/AAGTATTTCATT...TTTAG|GTC 1 1 26.236
181391567 GT-AG 0 0.0007703779027529 1555 rna-gnl|WGS:VXBX|SCYSUP_R00454_mrna 32455309 4 748898 750452 Scytalopus superciliaris 312124 AAA|GTAAGCTTTT...TGTTGTTTATTA/CTGTTGTTTATT...TGAAG|GCT 0 1 31.763
181391568 GT-AG 0 1.000000099473604e-05 96 rna-gnl|WGS:VXBX|SCYSUP_R00454_mrna 32455309 5 750591 750686 Scytalopus superciliaris 312124 CAG|GTTTGGTTTT...CTTGCTTTCAAA/TTCAGATTTACA...TTTAG|GGC 0 1 39.791
181391569 GT-AG 0 1.000000099473604e-05 403 rna-gnl|WGS:VXBX|SCYSUP_R00454_mrna 32455309 6 750783 751185 Scytalopus superciliaris 312124 AAG|GTAAAGTTCA...TTAATTTTAAAA/GAATATTTAATT...GACAG|GTC 0 1 45.375
181391570 GT-AG 0 1.0705033972828878e-05 175 rna-gnl|WGS:VXBX|SCYSUP_R00454_mrna 32455309 7 751459 751633 Scytalopus superciliaris 312124 CAG|GTACGTGTAC...ATGTTTTTATAT/AATGTTTTTATA...GGCAG|ACT 0 1 61.257
181391571 GT-AG 0 1.3355686330931529e-05 164 rna-gnl|WGS:VXBX|SCYSUP_R00454_mrna 32455309 8 751728 751891 Scytalopus superciliaris 312124 ATC|GTAAGTCTCT...TGTTTTCTGAAC/TGTTTTCTGAAC...TGTAG|CAT 1 1 66.725
181391572 GT-AG 0 1.000000099473604e-05 986 rna-gnl|WGS:VXBX|SCYSUP_R00454_mrna 32455309 9 752003 752988 Scytalopus superciliaris 312124 TTG|GTGAGTTTGA...ACTATGTTACTA/TAATTATTCACA...TTCAG|CTA 1 1 73.182
181391573 GT-AG 0 7.689453335984495e-05 448 rna-gnl|WGS:VXBX|SCYSUP_R00454_mrna 32455309 10 753144 753591 Scytalopus superciliaris 312124 CAG|GTATGTCATC...TAGAATTTAATT/TAGAATTTAATT...TGCAG|CCC 0 1 82.199
181391574 GT-AG 0 0.0013423696266906 184 rna-gnl|WGS:VXBX|SCYSUP_R00454_mrna 32455309 11 753677 753860 Scytalopus superciliaris 312124 TAG|GTATGTATTG...TTGTCCCTGATT/AACTTTTTTATC...TCTAG|GTG 1 1 87.144
181391575 GT-AG 0 1.000000099473604e-05 280 rna-gnl|WGS:VXBX|SCYSUP_R00454_mrna 32455309 12 753992 754271 Scytalopus superciliaris 312124 AAG|GTAGGTGGAC...CTTCCCTTAATT/TTCTTTTTTACT...TATAG|GTT 0 1 94.764

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