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)

14 rows where transcript_id = 20937007

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
112209407 GT-AG 0 1.000000099473604e-05 11408 rna-XM_027947862.1 20937007 2 20686458 20697865 Marmota flaviventris 93162 GAG|GTAAAATAAA...TTCTGCTTAAAA/TTTCTGCTTAAA...TTTAG|GGT 0 1 6.937
112209408 GT-AG 0 1.000000099473604e-05 45035 rna-XM_027947862.1 20937007 3 20641254 20686288 Marmota flaviventris 93162 TAG|GTAAGAGTGA...TTTGTTTTAATT/TTTGTTTTAATT...TTTAG|CTC 1 1 13.012
112209409 GT-AG 0 0.0001916177729342 3343 rna-XM_027947862.1 20937007 4 20637725 20641067 Marmota flaviventris 93162 AAG|GTATTATGAT...TCTTTCTCAACC/TTCTTTCTCAAC...TAAAG|GTA 1 1 19.698
112209410 GT-AG 0 1.000000099473604e-05 2202 rna-XM_027947862.1 20937007 5 20635244 20637445 Marmota flaviventris 93162 CAA|GTGAGATTTA...ATGCTTTTATCT/TTTATCTTTATT...TTAAG|ATT 1 1 29.727
112209411 GT-AG 0 1.000000099473604e-05 3919 rna-XM_027947862.1 20937007 6 20631162 20635080 Marmota flaviventris 93162 GAG|GTAGGAAAAG...TTTCCTGTAGTT/CCTGTAGTTATT...AACAG|AAT 2 1 35.586
112209412 GT-AG 0 1.000000099473604e-05 2069 rna-XM_027947862.1 20937007 7 20628867 20630935 Marmota flaviventris 93162 CAG|GTAAGAGATT...TATTCTTTTTCC/TTTCTGCTCATA...CTCAG|GAC 0 1 43.71
112209413 GT-AG 0 1.000000099473604e-05 3769 rna-XM_027947862.1 20937007 8 20624890 20628658 Marmota flaviventris 93162 CTG|GTCAGTATTC...AAGACCTTGATT/GACTTTCTCATC...CTTAG|GTA 1 1 51.186
112209414 GT-AG 0 0.0044954650545944 1847 rna-XM_027947862.1 20937007 9 20622903 20624749 Marmota flaviventris 93162 GAG|GTATAATTTA...ATTATTTTAATA/ATTATTTTAATA...CATAG|GAA 0 1 56.219
112209415 GT-AG 0 1.000000099473604e-05 3825 rna-XM_027947862.1 20937007 10 20618787 20622611 Marmota flaviventris 93162 AAG|GTAAGTAGGA...TCCTTTTTAAAA/CCAGTATTAACA...AACAG|GAA 0 1 66.679
112209416 GT-AG 0 1.000000099473604e-05 5341 rna-XM_027947862.1 20937007 11 20613270 20618610 Marmota flaviventris 93162 AAA|GTAAGAGACC...TTGTCTTTAATT/TTGTCTTTAATT...TACAG|GGT 2 1 73.005
112209417 GT-AG 0 1.000000099473604e-05 1748 rna-XM_027947862.1 20937007 12 20611260 20613007 Marmota flaviventris 93162 CAG|GTACGACTAT...TATCACTTATTT/TTATCACTTATT...TATAG|GCT 0 1 82.423
112209418 GT-AG 0 1.000000099473604e-05 190 rna-XM_027947862.1 20937007 13 20611003 20611192 Marmota flaviventris 93162 CAG|GTAATAACCA...TAGATATAAACA/GGAAATCTAATG...TTCAG|GTA 1 1 84.831
112209419 GT-AG 0 1.000000099473604e-05 3153 rna-XM_027947862.1 20937007 14 20607649 20610801 Marmota flaviventris 93162 CAG|GTTAGTTGTA...TTCTCCTTGGTA/TTTGGTCTAAGG...TTCAG|ATG 1 1 92.056
112211113 GT-AG 0 1.000000099473604e-05 13342 rna-XM_027947862.1 20937007 1 20698017 20711358 Marmota flaviventris 93162 TTT|GTAAGTCATT...TTTGTTTTGGTA/GTGATTGTAATC...TTCAG|GTC   0 2.085

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