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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, length, 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
166399391 GT-AG 0 1.000000099473604e-05 101 rna-XM_037457341.1 29769658 2 14076175 14076275 Pungitius pungitius 134920 TTG|GTAAGTCATT...TGTCTTTTATTT/TTGTCTTTTATT...TGCAG|TGA 2 1 1.835
166399392 GT-AG 0 1.000000099473604e-05 529 rna-XM_037457341.1 29769658 3 14076322 14076850 Pungitius pungitius 134920 CAT|GTGAGTATGC...GTGCCTTTGGTT/GTCTGTCCTATC...TGTAG|TTG 0 1 2.647
166399393 GT-AG 0 1.000000099473604e-05 269 rna-XM_037457341.1 29769658 4 14076917 14077185 Pungitius pungitius 134920 GGG|GTGAGTAAAA...GTTGCCTGATTA/TGTTGCCTGATT...TTAAG|GGC 0 1 3.812
166399394 GT-AG 0 1.000000099473604e-05 197 rna-XM_037457341.1 29769658 5 14079250 14079446 Pungitius pungitius 134920 CAG|GTCAGTGTTT...TCGTCCTGAAAT/TTCGTCCTGAAA...ATCAG|GAG 0 1 40.233
166399395 GT-AG 0 1.000000099473604e-05 1292 rna-XM_037457341.1 29769658 6 14079636 14080927 Pungitius pungitius 134920 CAG|GTAGAAATGC...GTGTCCTTGAAT/TAATTTGTGATA...TTCAG|GTA 0 1 43.568
166399396 GT-AG 0 0.0003667977204824 441 rna-XM_037457341.1 29769658 7 14081534 14081974 Pungitius pungitius 134920 CAG|GTATGGTCCC...AACCTCTTGACT/ATGGTCCTGATG...TTCAG|GTT 0 1 54.262
166399397 GT-AG 0 1.000000099473604e-05 96 rna-XM_037457341.1 29769658 8 14082162 14082257 Pungitius pungitius 134920 TAG|GTTAGTCACA...TTCCCCTTTCTA/TAATGATTTATT...TTTAG|CAT 1 1 57.561
166399398 GT-AG 0 1.000000099473604e-05 137 rna-XM_037457341.1 29769658 9 14082356 14082492 Pungitius pungitius 134920 CAG|GTACAAAGCA...TCCTTTTTGATT/TCCTTTTTGATT...CACAG|GTT 0 1 59.291
166399399 GT-AG 0 1.000000099473604e-05 82 rna-XM_037457341.1 29769658 10 14082607 14082688 Pungitius pungitius 134920 CAG|GTAAATGAGT...TTACTCTTGAAG/TTTTTGTTCACA...TACAG|ACT 0 1 61.302
166399400 GT-AG 0 0.0002388898269851 100 rna-XM_037457341.1 29769658 11 14082739 14082838 Pungitius pungitius 134920 CAA|GTATGTAACG...ATTTTTGTAAAT/ATTTTTGTAAAT...TGCAG|GAT 2 1 62.185
166399401 GT-AG 0 1.000000099473604e-05 99 rna-XM_037457341.1 29769658 12 14082988 14083086 Pungitius pungitius 134920 GAG|GTGAGTAACT...AACATCTTATCT/GTGTTATTCATG...CACAG|TGG 1 1 64.814
166399402 GT-CG 0 1.000000099473604e-05 82 rna-XM_037457341.1 29769658 13 14083182 14083263 Pungitius pungitius 134920 AAA|GTGAGTTTAT...TTGCCCTGAATT/TTGATATTGAAC...TTCCG|GTG 0 1 66.49
166399403 GT-AG 0 0.0409578639154973 97 rna-XM_037457341.1 29769658 14 14083385 14083481 Pungitius pungitius 134920 CAG|GTACCCCACC...GTCGCCTAAATT/ATTCTGTTTATT...TGCAG|AGG 1 1 68.625
166411336 GT-AG 0 1.000000099473604e-05 1581 rna-XM_037457341.1 29769658 1 14074548 14076128 Pungitius pungitius 134920 CGG|GTGAGTTTGT...ATTTTTTTATTT/AATTTTTTTATT...AACAG|TTG   0 1.112

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