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)

13 rows where transcript_id = 3395306

✎ 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
16698559 GT-AG 0 1.000000099473604e-05 19818 rna-gnl|WGS:VXAK|AREINT_R04909_mrna 3395306 1 729 20546 Arenaria interpres 54971 ATG|GTAAGGAAAA...TTTTTCTTTTCT/GATATACTCAAT...TTCAG|ACG 0 1 16.764
16698560 GT-AG 0 1.000000099473604e-05 134 rna-gnl|WGS:VXAK|AREINT_R04909_mrna 3395306 2 20666 20799 Arenaria interpres 54971 AAG|GTAGTTGAAG...CAACTTTTGAAT/AATGATCTAATA...CATAG|GTA 2 1 24.496
16698561 GT-AG 0 0.0001049619440493 593 rna-gnl|WGS:VXAK|AREINT_R04909_mrna 3395306 3 20933 21525 Arenaria interpres 54971 CAG|GTATGTGGGT...TCAGCTTTGATT/TTTATGTTAATC...CACAG|GTT 0 1 33.138
16698562 GT-AG 0 1.000000099473604e-05 891 rna-gnl|WGS:VXAK|AREINT_R04909_mrna 3395306 4 21642 22532 Arenaria interpres 54971 TAA|GTAAGTAGGC...AATTTCTTAAGG/GTTTTGCTAATT...TAAAG|GGG 2 1 40.676
16698563 GT-AG 0 0.000357962037344 1075 rna-gnl|WGS:VXAK|AREINT_R04909_mrna 3395306 5 22634 23708 Arenaria interpres 54971 GAG|GTATGTACTA...TTTTTCTCATTT/TTTTTTCTCATT...AACAG|AGG 1 1 47.238
16698564 GT-AG 0 1.000000099473604e-05 93 rna-gnl|WGS:VXAK|AREINT_R04909_mrna 3395306 6 23889 23981 Arenaria interpres 54971 TGT|GTAAGGAATT...AATTCCTTGCAA/TAGTATCAAATT...TTTAG|CTC 1 1 58.934
16698565 GT-AG 0 2.7586777356636367e-05 126 rna-gnl|WGS:VXAK|AREINT_R04909_mrna 3395306 7 24043 24168 Arenaria interpres 54971 TAG|GTATGGTAAA...TGTTTTGTAATC/TGTTTTGTAATC...CTTAG|GTA 2 1 62.898
16698566 GT-AG 0 1.33306365286755e-05 645 rna-gnl|WGS:VXAK|AREINT_R04909_mrna 3395306 8 24236 24880 Arenaria interpres 54971 ATG|GTAAATATTT...TTTGTCTGACCT/CTTTGTCTGACC...TTCAG|CAA 0 1 67.251
16698567 GT-AG 0 5.582494686536172e-05 3167 rna-gnl|WGS:VXAK|AREINT_R04909_mrna 3395306 9 25012 28178 Arenaria interpres 54971 TGG|GTAAGTTTTC...TTATTATTATTT/TATTTACTGACT...TTCAG|AAA 2 1 75.763
16698568 GT-AG 0 1.000000099473604e-05 101 rna-gnl|WGS:VXAK|AREINT_R04909_mrna 3395306 10 28223 28323 Arenaria interpres 54971 CAG|GTTAGCATTT...TTTTTCTAAATT/TTTTTTCTAAAT...TTCAG|TGC 1 1 78.622
16698569 GT-AG 0 1.000000099473604e-05 1557 rna-gnl|WGS:VXAK|AREINT_R04909_mrna 3395306 11 28397 29953 Arenaria interpres 54971 AAG|GTAAAATTAT...TTATTTTTGATA/TTATTTTTGATA...TTCAG|GGT 2 1 83.366
16698570 GT-AG 0 3.23934749264188e-05 5779 rna-gnl|WGS:VXAK|AREINT_R04909_mrna 3395306 12 30030 35808 Arenaria interpres 54971 GAT|GTAAGTATAG...TTCTCCTCATTC/CTTCTCCTCATT...CTCAG|ATA 0 1 88.304
16698571 GT-AG 0 1.000000099473604e-05 1901 rna-gnl|WGS:VXAK|AREINT_R04909_mrna 3395306 13 35940 37840 Arenaria interpres 54971 AAG|GTACAGAGCC...ATGTTTTTATAT/AATGTTTTTATA...TTCAG|TTT 2 1 96.816

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