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

✎ 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
106495708 GT-AG 0 1.000000099473604e-05 1494 rna-XM_021553049.2 19905812 2 8231728 8233221 Lonchura striata 40157 CAG|GTAAATATTT...ATGCTTTCAGAT/GATGCTTTCAGA...AATAG|GAA 2 1 13.158
106495709 GT-AG 0 1.000000099473604e-05 907 rna-XM_021553049.2 19905812 3 8233301 8234207 Lonchura striata 40157 GTG|GTAAGAAGTT...TGCTTCTTGTTC/AGTTGTGTTAGT...TAAAG|GTG 0 1 14.479
106495710 GT-AG 0 1.000000099473604e-05 696 rna-XM_021553049.2 19905812 4 8237037 8237732 Lonchura striata 40157 CAG|GTGAGTCCGC...CCCATTTTAATT/CCCATTTTAATT...CATAG|ATG 0 1 61.779
106495711 GT-AG 0 1.000000099473604e-05 473 rna-XM_021553049.2 19905812 5 8237787 8238259 Lonchura striata 40157 GAG|GTCAGTTCTT...TTTTTTTTATAT/TTTTTTTTTATA...TCTAG|CGT 0 1 62.682
106495712 GT-AG 0 1.000000099473604e-05 8638 rna-XM_021553049.2 19905812 6 8238444 8247081 Lonchura striata 40157 GAT|GTAAGCGAAT...TTGTTTTTTATT/TTGTTTTTTATT...TTTAG|GTA 1 1 65.758
106495713 GT-AG 0 1.000000099473604e-05 399 rna-XM_021553049.2 19905812 7 8247364 8247762 Lonchura striata 40157 AAG|GTAAGACAGC...TAATTTTTAGTT/TTTTGATTAATT...ATTAG|ATG 1 1 70.473
106495714 GT-AG 0 0.0012583297832681 5724 rna-XM_021553049.2 19905812 8 8248117 8253840 Lonchura striata 40157 AAG|GTATGCAGAG...TTCCTTTTAGTG/TTTCCTTTTAGT...TTTAG|GCT 1 1 76.392
106495715 GT-AG 0 0.2515131763480721 324 rna-XM_021553049.2 19905812 9 8254170 8254493 Lonchura striata 40157 AAG|GTATCTTTAT...CGTCACTTCACT/CGTCACTTCACT...GACAG|GTA 0 1 81.893
106495716 GT-AG 0 1.000000099473604e-05 5799 rna-XM_021553049.2 19905812 10 8254740 8260538 Lonchura striata 40157 GAG|GTGAGGCTCC...TTTTCCTTCCTG/TCGATGCTCATC...TCCAG|GAA 0 1 86.006
106495717 GT-AG 0 1.000000099473604e-05 6726 rna-XM_021553049.2 19905812 11 8260706 8267431 Lonchura striata 40157 CAG|GTGAGCAGCA...TTTGTTTTATTT/TTTTGTTTTATT...ACCAG|ACC 2 1 88.798
106495718 GT-AG 0 1.000000099473604e-05 1148 rna-XM_021553049.2 19905812 12 8267578 8268725 Lonchura striata 40157 CAG|GTCTGTGCCC...TTGTTCTCATCA/TTTGTTCTCATC...TCCAG|AGT 1 1 91.239
106495719 GT-AG 0 1.000000099473604e-05 212 rna-XM_021553049.2 19905812 13 8268804 8269015 Lonchura striata 40157 GCG|GTGAGCAAAT...ATCTTTTTATTG/TTATTGCTGACT...TTTAG|ATC 1 1 92.543
106495720 GT-AG 0 1.000000099473604e-05 1162 rna-XM_021553049.2 19905812 14 8269167 8270328 Lonchura striata 40157 GGG|GTAAGAACAA...TTCTCCTTTGCC/CTGTGACTCAAT...CACAG|ACC 2 1 95.068
106505104 GT-AG 0 1.000000099473604e-05 18766 rna-XM_021553049.2 19905812 1 8212832 8231597 Lonchura striata 40157 AAG|GTCAGTGTTC...TTTTTCTTTTTT/ATCTGCTCAACT...AATAG|AAT   0 11.72

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