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

✎ 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
101920191 GT-AG 0 1.000000099473604e-05 1787 rna-gnl|WGS:JAHXPS|LSAT2_013498_mrna 19098875 1 403722 405508 Lamellibrachia satsuma 104711 TAG|GTGGGAGATG...CCTGTTTTGGTG/GTTTTGGTGAAC...GGCAG|TGA 1 1 3.793
101920192 GT-AG 0 1.000000099473604e-05 2389 rna-gnl|WGS:JAHXPS|LSAT2_013498_mrna 19098875 2 401259 403647 Lamellibrachia satsuma 104711 TTG|GTAAGAAATA...AATACTTTACAT/GCGTTTTTCACT...AGCAG|ACC 0 1 7.095
101920193 GT-AG 0 1.000000099473604e-05 571 rna-gnl|WGS:JAHXPS|LSAT2_013498_mrna 19098875 3 400214 400784 Lamellibrachia satsuma 104711 AAG|GTTAGTTGCA...GCTACATTGATC/CCATATTTGATG...TTCAG|GGT 0 1 28.246
101920194 GT-AG 0 1.92363727646888e-05 711 rna-gnl|WGS:JAHXPS|LSAT2_013498_mrna 19098875 4 399352 400062 Lamellibrachia satsuma 104711 CAG|GTAATCCTGT...GAGACATTAATA/ACATTTCTGATT...CTCAG|CAG 1 1 34.984
101920195 GT-AG 0 0.0029291511830268 3494 rna-gnl|WGS:JAHXPS|LSAT2_013498_mrna 19098875 5 395717 399210 Lamellibrachia satsuma 104711 CAG|GTATGCTGAA...TGTCTGTTAGTT/TGTTAGTTGAGT...TGTAG|ATG 1 1 41.276
101920196 GT-AG 0 1.000000099473604e-05 1260 rna-gnl|WGS:JAHXPS|LSAT2_013498_mrna 19098875 6 394325 395584 Lamellibrachia satsuma 104711 AAG|GTGAGATTTG...AGAACATTAACA/AGAACATTAACA...TACAG|GCA 1 1 47.166
101920197 GT-AG 0 1.000000099473604e-05 401 rna-gnl|WGS:JAHXPS|LSAT2_013498_mrna 19098875 7 393725 394125 Lamellibrachia satsuma 104711 TGG|GTGAGATATA...TATTTTACAGCA/TAAAATGTCAGT...CTTAG|GAG 2 1 56.046
101920198 GT-AG 0 1.000000099473604e-05 1846 rna-gnl|WGS:JAHXPS|LSAT2_013498_mrna 19098875 8 391699 393544 Lamellibrachia satsuma 104711 GAG|GTAAGTCTGA...GAACTTTTATTT/AGAACTTTTATT...GCCAG|GTA 2 1 64.079
101920199 GT-AG 0 3.3251689378636964e-05 376 rna-gnl|WGS:JAHXPS|LSAT2_013498_mrna 19098875 9 391200 391575 Lamellibrachia satsuma 104711 CAG|GTATGTGATA...TTTTCATTGAAT/ATTCTTTTCATT...TACAG|GGA 2 1 69.567
101920200 GT-AG 0 0.0007790069845307 173 rna-gnl|WGS:JAHXPS|LSAT2_013498_mrna 19098875 10 390861 391033 Lamellibrachia satsuma 104711 GAG|GTATATAATA...CTGTTCCTAATA/ATATTATTTATT...TGCAG|ATT 0 1 76.975
101920201 GT-AG 0 1.000000099473604e-05 1048 rna-gnl|WGS:JAHXPS|LSAT2_013498_mrna 19098875 11 389629 390676 Lamellibrachia satsuma 104711 CAG|GTAAGGCACT...CATTTTTTAAAA/CCTGTTCTCATA...TTCAG|AAT 1 1 85.185
101920202 GT-AG 0 1.000000099473604e-05 964 rna-gnl|WGS:JAHXPS|LSAT2_013498_mrna 19098875 12 388603 389566 Lamellibrachia satsuma 104711 AAG|GTAGGGGCTT...AGACTGTTATTG/AAGACTGTTATT...TTCAG|AGG 0 1 87.952

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