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)

15 rows where transcript_id = 28932346

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
161300360 GT-AG 0 1.000000099473604e-05 91 rna-XM_024595547.1 28932346 2 13052337 13052427 Populus trichocarpa 3694 CGG|GTAAATGGTG...TATTTTTTTGCT/TTTTTGCTAAAA...TGCAG|CAT 1 1 28.565
161300361 GT-AG 0 1.000000099473604e-05 396 rna-XM_024595547.1 28932346 3 13052932 13053327 Populus trichocarpa 3694 CAG|GTGAGCTATA...ATTTTTTTATAC/TATTTTTTTATA...TGCAG|AAC 1 1 36.162
161300362 GT-AG 0 1.000000099473604e-05 162 rna-XM_024595547.1 28932346 4 13053484 13053645 Populus trichocarpa 3694 ACG|GTTAGCCATT...GTACCTTTAAAA/TAAAACTTCATT...GCTAG|ATT 1 1 38.514
161300363 GT-AG 0 4.610174271622499e-05 131 rna-XM_024595547.1 28932346 5 13053951 13054081 Populus trichocarpa 3694 CCG|GTAAAATTTT...TTTTCCTTTTCC/AATCAATTTATT...TGAAG|ATT 0 1 43.111
161300364 GT-AG 0 0.0001229692636837 359 rna-XM_024595547.1 28932346 6 13054546 13054904 Populus trichocarpa 3694 GAT|GTAGGTCCTG...CTCACTTTAGTT/CTAAATCTCACT...CACAG|ACA 2 1 50.106
161300365 GT-AG 0 1.000000099473604e-05 80 rna-XM_024595547.1 28932346 7 13054958 13055037 Populus trichocarpa 3694 CTG|GTTAGTGGCA...TTCACTTTGACA/AACGCATTCACT...GGTAG|ATG 1 1 50.904
161300366 GT-AG 0 0.0022060211596432 79 rna-XM_024595547.1 28932346 8 13055146 13055224 Populus trichocarpa 3694 CTG|GTATGTCTCT...CTTGCTTTAGAT/ATTTGGTTGATT...TGCAG|GTG 1 1 52.532
161300367 GT-AG 0 1.000000099473604e-05 151 rna-XM_024595547.1 28932346 9 13056901 13057051 Populus trichocarpa 3694 GAG|GTTTGGATTC...TCCTTGTTAACT/TGTTAACTTATC...CCTAG|GTT 0 1 77.796
161300368 GT-AG 0 1.000000099473604e-05 595 rna-XM_024595547.1 28932346 10 13057161 13057755 Populus trichocarpa 3694 AAG|GTGAGTCATT...ATTGTTTTGATT/ATTGTTTTGATT...TGCAG|GCT 1 1 79.439
161300369 GT-AG 0 0.0010142047979819 703 rna-XM_024595547.1 28932346 11 13057937 13058639 Populus trichocarpa 3694 TAG|GTATGTTACT...TACTCTGTATTT/TCCATGTTGATA...TTCAG|CTG 2 1 82.168
161300370 GC-AG 0 1.000000099473604e-05 113 rna-XM_024595547.1 28932346 12 13058708 13058820 Populus trichocarpa 3694 CAG|GCATGTACAA...ATTTCATTTATG/TAGCATTTCATT...TGCAG|TTC 1 1 83.193
161300371 GT-AG 0 0.0004102703468181 78 rna-XM_024595547.1 28932346 13 13058937 13059014 Populus trichocarpa 3694 AAG|GTACATTCAT...TTGACCTTAAAC/CTTGCACTGATT...TTCAG|GGT 0 1 84.941
161300372 GT-AG 0 0.0001291322032359 754 rna-XM_024595547.1 28932346 14 13059906 13060659 Populus trichocarpa 3694 AGA|GTAAGTTCTT...CATGCCTTGTTG/TTGTTTTTCAAG...CGCAG|CTG 0 1 98.372
161300373 GT-AG 0 0.0001077197514018 99 rna-XM_024595547.1 28932346 15 13060751 13060849 Populus trichocarpa 3694 GAG|GTAACATCTC...AAAACTGTGACT/GGAAAATTGATA...TGCAG|GGA 1 1 99.744
161317204 GT-AG 0 5.7555984198618105e-05 1595 rna-XM_024595547.1 28932346 1 13049213 13050807 Populus trichocarpa 3694 CTG|GTACTGTTCA...ACATCTGTAATT/CTCCGTCTCACT...TTTAG|GGA   0 5.668

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