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

✎ 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
212703429 GT-AG 0 0.0003987985611001 378 rna-gnl|WGS:VZUH|XIPELE_R02824_mrna 38421852 1 182125 182502 Xiphorhynchus elegans 269412 CCA|GTAAGTTACC...TTCCTTTTATCT/GTTCCTTTTATC...CTTAG|CCC 2 1 6.424
212703430 GT-AG 0 1.000000099473604e-05 562 rna-gnl|WGS:VZUH|XIPELE_R02824_mrna 38421852 2 182610 183171 Xiphorhynchus elegans 269412 ATG|GTGAGTGTTG...GTTGTCTCAAGC/GGTTGTCTCAAG...CATAG|CAC 1 1 12.059
212703431 GT-AG 0 1.000000099473604e-05 258 rna-gnl|WGS:VZUH|XIPELE_R02824_mrna 38421852 3 183308 183565 Xiphorhynchus elegans 269412 CAG|GTAGGAGAGC...CTGGCTTTCACC/CTGGCTTTCACC...TGCAG|GTT 2 1 19.221
212703432 GT-AG 0 0.0109442366847767 396 rna-gnl|WGS:VZUH|XIPELE_R02824_mrna 38421852 4 183660 184055 Xiphorhynchus elegans 269412 CGG|GTACCCAGGG...TCATGTTTCACT/TCATGTTTCACT...TGCAG|TCA 0 1 24.171
212703433 GT-AG 0 1.000000099473604e-05 267 rna-gnl|WGS:VZUH|XIPELE_R02824_mrna 38421852 5 184126 184392 Xiphorhynchus elegans 269412 TGG|GTGAGTGGGA...GGTGTCTTACTT/TGGTGTCTTACT...TGCAG|AGA 1 1 27.857
212703434 GT-AG 0 1.000000099473604e-05 197 rna-gnl|WGS:VZUH|XIPELE_R02824_mrna 38421852 6 184533 184729 Xiphorhynchus elegans 269412 CAG|GTACTTCACA...CACTTCTTTGTG/CTGGGACTCACT...TGCAG|GTA 0 1 35.229
212703435 GT-AG 0 1.000000099473604e-05 504 rna-gnl|WGS:VZUH|XIPELE_R02824_mrna 38421852 7 184807 185310 Xiphorhynchus elegans 269412 GGG|GTAAGTACTA...CTGGTTCTAACT/CTGGTTCTAACT...TGCAG|GCC 2 1 39.284
212703436 GT-AG 0 1.000000099473604e-05 531 rna-gnl|WGS:VZUH|XIPELE_R02824_mrna 38421852 8 185379 185909 Xiphorhynchus elegans 269412 GGA|GTAAGTGGAT...CATTTCTTACTG/TCATTTCTTACT...GGCAG|GTG 1 1 42.865
212703437 GT-AG 0 1.000000099473604e-05 758 rna-gnl|WGS:VZUH|XIPELE_R02824_mrna 38421852 9 186060 186817 Xiphorhynchus elegans 269412 AAC|GTAAGTGCTT...TTTGTCTTTTCT/TCCTCTCTCACC...CACAG|GCC 1 1 50.764
212703438 GT-AG 0 1.000000099473604e-05 242 rna-gnl|WGS:VZUH|XIPELE_R02824_mrna 38421852 10 186950 187191 Xiphorhynchus elegans 269412 TTG|GTAAGAGACT...TTTGTCATATCT/TCATATCTAACT...GGCAG|GTT 1 1 57.715
212703439 GT-AG 0 0.0001888192558279 617 rna-gnl|WGS:VZUH|XIPELE_R02824_mrna 38421852 11 187360 187976 Xiphorhynchus elegans 269412 GAA|GTATGGCCTT...TCTGCTTGGATT/CTTGGATTAACC...TGCAG|ACA 1 1 66.561
212703440 GT-AG 0 1.000000099473604e-05 253 rna-gnl|WGS:VZUH|XIPELE_R02824_mrna 38421852 12 188194 188446 Xiphorhynchus elegans 269412 TGA|GTGAAAAGGA...CTTGCCTGAACT/TGCTTCCTAACC...GGGAG|CCG 2 1 77.988

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