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

✎ 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
92255404 GT-AG 0 0.0007403682685519 219 rna-XM_021423058.1 17265316 2 1104225 1104443 Herrania umbratica 108875 AAT|GTAAGCTTCT...TTTTTTTTTTCC/TTTTTTCCAATT...TGCAG|GAT 0 1 4.266
92255405 GT-AG 0 0.0009662919956371 415 rna-XM_021423058.1 17265316 3 1103724 1104138 Herrania umbratica 108875 CTG|GTATTTATGA...TTGAATTTGATG/CGTGGGTTCATC...TTCAG|GTT 2 1 6.363
92255406 GT-AG 0 1.000000099473604e-05 200 rna-XM_021423058.1 17265316 4 1103433 1103632 Herrania umbratica 108875 CCA|GTGAGTGATA...ACCATTTTGATT/ACCATTTTGATT...TGAAG|GTA 0 1 8.581
92255407 GT-AG 0 0.0003235381634689 444 rna-XM_021423058.1 17265316 5 1102939 1103382 Herrania umbratica 108875 CAG|GTTCTTTTTC...CTGACTTTGACC/TATGTTCTGACT...TGCAG|AGA 2 1 9.8
92255408 GT-AG 0 9.179843956411834e-05 559 rna-XM_021423058.1 17265316 6 1102310 1102868 Herrania umbratica 108875 AAT|GTAATTATCC...TAACCCTTACAC/ATGACATTCACT...TGTAG|GCA 0 1 11.507
92255409 GT-AG 0 0.005129024746517 233 rna-XM_021423058.1 17265316 7 1101967 1102199 Herrania umbratica 108875 ATG|GTAAACTTGA...CATCCTTTGATT/CATCCTTTGATT...GACAG|GTA 2 1 14.188
92255410 GT-AG 0 0.000346401624627 432 rna-XM_021423058.1 17265316 8 1101469 1101900 Herrania umbratica 108875 AAG|GTAGATTTGG...GTGGTTTTAATT/GTGGTTTTAATT...TTTAG|ATG 2 1 15.797
92255411 GT-AG 0 1.000000099473604e-05 125 rna-XM_021423058.1 17265316 9 1100772 1100896 Herrania umbratica 108875 CTG|GTAAGTGAAG...TGTTTCTAAACA/CTGTTTCTAAAC...TACAG|TTG 1 1 29.742
92255412 GT-AG 0 1.000000099473604e-05 175 rna-XM_021423058.1 17265316 10 1100507 1100681 Herrania umbratica 108875 TAG|GTAAATAAGA...GCCTTCTTGTCT/AGGCAATTCATA...TTCAG|ATG 1 1 31.936
92255413 GT-AG 0 0.0030505153396406 440 rna-XM_021423058.1 17265316 11 1099991 1100430 Herrania umbratica 108875 CAG|GTTGCTTCTC...AAGTTCTTGACT/AAGTTCTTGACT...ATCAG|GAG 2 1 33.788
92255414 GT-AG 0 0.0018993055352816 112 rna-XM_021423058.1 17265316 12 1098591 1098702 Herrania umbratica 108875 CTA|GTATGTAATT...TGTTTCTCATTT/ATGTTTCTCATT...AGCAG|GCT 0 1 65.188
92255415 GT-AG 0 0.002263458335072 147 rna-XM_021423058.1 17265316 13 1098369 1098515 Herrania umbratica 108875 CAG|GTATATATTG...TGATTATTAACC/TGATTATTAACC...TACAG|GCG 0 1 67.016
92255416 GT-AG 0 1.000000099473604e-05 177 rna-XM_021423058.1 17265316 14 1097064 1097240 Herrania umbratica 108875 AAG|GTACTACATG...TTGTTTTTTGTT/ATATTACTAATG...AACAG|GTG 0 1 94.515
92263730 GT-AG 0 1.000000099473604e-05 274 rna-XM_021423058.1 17265316 1 1104540 1104813 Herrania umbratica 108875 AAG|GTAATTGACC...TTTATTTTAATT/TTTATTTTAATT...TACAG|GTT   0 2.584

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