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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, is_minor, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
164360334 GT-AG 0 80.36166168405025 692 rna-XM_005516479.2 29501561 1 47777344 47778035 Pseudopodoces humilis 181119 TTG|GTATCCTTTA...TTCCTCTCAACG/TTTCCTCTCAAC...TTAAG|ATA 1 1 2.455
164360335 GT-AG 0 1.000000099473604e-05 496 rna-XM_005516479.2 29501561 2 47778212 47778707 Pseudopodoces humilis 181119 TTG|GTAAGTACCT...TTACTCTTATTT/GTTACTCTTATT...CATAG|GCT 0 1 7.364
164360336 GC-AG 0 1.000000099473604e-05 95 rna-XM_005516479.2 29501561 3 47778824 47778918 Pseudopodoces humilis 181119 AAG|GCAAGAATAA...GTCTTTTTGAAG/AAGCTGTTAATT...CCAAG|CAA 2 1 10.6
164360337 GT-AG 0 0.0001307994470494 760 rna-XM_005516479.2 29501561 4 47779012 47779771 Pseudopodoces humilis 181119 TAG|GTATGTAGAA...TTTTCCTGAGTA/CTCTTTGTGATT...TTTAG|CTC 2 1 13.194
164360338 GT-AG 0 1.000000099473604e-05 905 rna-XM_005516479.2 29501561 5 47779833 47780737 Pseudopodoces humilis 181119 CAA|GTAAGTGCAA...TTATTTTTGTTG/TACAAAATAAGT...TATAG|GAA 0 1 14.895
164360339 GT-AG 0 1.000000099473604e-05 860 rna-XM_005516479.2 29501561 6 47780882 47781741 Pseudopodoces humilis 181119 GAG|GTAATATTTA...TGTTTTTTGTTT/TTTCAATTGACT...TTGAG|GAC 0 1 18.912
164360340 GT-AG 0 7.32452547971461e-05 269 rna-XM_005516479.2 29501561 7 47781950 47782218 Pseudopodoces humilis 181119 AGG|GTATGTCGGG...ATGTTATTATAA/AATGTTATTATA...TTCAG|GTA 1 1 24.714
164360341 GT-AG 0 1.000000099473604e-05 376 rna-XM_005516479.2 29501561 8 47783368 47783743 Pseudopodoces humilis 181119 ATG|GTACGTGCTT...AAGTCTCTATTT/CCCAAATTAAAA...GATAG|GAA 1 1 56.764
164360342 GT-AG 0 0.0119085768003492 380 rna-XM_005516479.2 29501561 9 47783977 47784356 Pseudopodoces humilis 181119 TTG|GTAACTTGTT...TATACCTGAATT/TCTTGGTTTATA...TTCAG|GAA 0 1 63.264
164360343 GT-AG 0 1.6068815806533885e-05 1551 rna-XM_005516479.2 29501561 10 47784477 47786027 Pseudopodoces humilis 181119 CAG|GTAGTATTTG...AACTCTTTAGAT/TTTCCTTTCATC...CTCAG|GAG 0 1 66.611
164360344 GT-AG 0 1.000000099473604e-05 1820 rna-XM_005516479.2 29501561 11 47786242 47788061 Pseudopodoces humilis 181119 TAG|GTAAGCCTCA...CTTTTTTTTTTT/TAAATTATGAAT...TTCAG|GAT 1 1 72.58
164360345 GT-AG 0 2.953273297235787 799 rna-XM_005516479.2 29501561 12 47788207 47789005 Pseudopodoces humilis 181119 TGC|GTATGCTTCA...CAAATTTTATTT/TTTTATTTTATG...TTCAG|TGA 2 1 76.625
164360346 AT-AC 1 99.99999999984117 884 rna-XM_005516479.2 29501561 13 47789207 47790090 Pseudopodoces humilis 181119 AGA|ATATCCTTTT...AGTTCCTTAACT/AGTTCCTTAACT...TGCAC|ATT 2 1 82.232
164360347 GT-AG 0 1.000000099473604e-05 1330 rna-XM_005516479.2 29501561 14 47790176 47791505 Pseudopodoces humilis 181119 CAG|GTGAAAATCT...AAATACTTAACT/TTCTGTTTTATT...GATAG|ACT 0 1 84.603

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