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

✎ 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
195653706 GT-AG 0 1.0604653780596064e-05 366 rna-XM_010536788.1 34724150 2 4328131 4328496 Tarenaya hassleriana 28532 CAG|GTAGGCATGG...AGTTTCTTCTCT/TGGTTACTAATT...CCTAG|GAT 0 1 7.873
195653707 GT-AG 0 0.0001208871236197 142 rna-XM_010536788.1 34724150 3 4327917 4328058 Tarenaya hassleriana 28532 GAG|GTATGTGTGA...GAAATTTTACTG/ATTTTACTGATT...CTCAG|TTG 0 1 9.814
195653708 GT-AG 0 0.0002262133052147 95 rna-XM_010536788.1 34724150 4 4327767 4327861 Tarenaya hassleriana 28532 TGG|GTATTGACCT...ATTTTCTTTTCC/ATCTGTCTGATT...AGCAG|CAA 1 1 11.297
195653709 GT-AG 0 1.000000099473604e-05 137 rna-XM_010536788.1 34724150 5 4327487 4327623 Tarenaya hassleriana 28532 GAG|GTAGAATCTC...GACATGTTAAAG/TTTATGCTGACA...AACAG|AAT 0 1 15.152
195653710 GT-AG 0 1.000000099473604e-05 134 rna-XM_010536788.1 34724150 6 4327081 4327214 Tarenaya hassleriana 28532 CTG|GTAAGTAGAT...TTACTCTTATCG/ATTACTCTTATC...TACAG|GAG 2 1 22.486
195653711 GT-AG 0 0.0001418183053382 303 rna-XM_010536788.1 34724150 7 4326722 4327024 Tarenaya hassleriana 28532 TTG|GTAAGCTCAA...TAAGCTTTATTC/TTAAGCTTTATT...TTTAG|CTT 1 1 23.996
195653712 GT-AG 0 6.356557352059601e-05 270 rna-XM_010536788.1 34724150 8 4326211 4326480 Tarenaya hassleriana 28532 CAG|GTAATTTCTG...ACTTTCTTGTTT/TGCACCCTCACT...CTCAG|ATA 2 1 30.493
195653713 GT-AG 0 1.000000099473604e-05 213 rna-XM_010536788.1 34724150 9 4325847 4326059 Tarenaya hassleriana 28532 AGG|GTAAGTGACA...ATTCTCTTCTTA/ACTTTGTTCACA...TGTAG|CTA 0 1 34.565
195653714 GT-AG 0 1.000000099473604e-05 131 rna-XM_010536788.1 34724150 10 4325506 4325636 Tarenaya hassleriana 28532 CAG|GTATGGCGAT...TAGTTTGTAATC/CTGAGGTTGACT...ACCAG|ATA 0 1 40.226
195653715 GT-AG 0 0.0389764190266328 129 rna-XM_010536788.1 34724150 11 4323853 4323981 Tarenaya hassleriana 28532 CAA|GTAACTTTCA...CATCCTCTGACC/CATATTTTCATT...ATCAG|GTA 0 1 81.316
195653716 GT-AG 0 1.000000099473604e-05 424 rna-XM_010536788.1 34724150 12 4323360 4323783 Tarenaya hassleriana 28532 CAG|GTCCAAGCTG...GTATCTTTCATG/CTACTTTTCATC...GTTAG|GCT 0 1 83.176
195653717 GT-AG 0 1.000000099473604e-05 241 rna-XM_010536788.1 34724150 13 4322900 4323140 Tarenaya hassleriana 28532 GAG|GTAATATACT...TGTATCTTATAT/TTGTATCTTATA...TGCAG|CTA 0 1 89.081
195653718 GT-AG 0 1.1093751804444323e-05 191 rna-XM_010536788.1 34724150 14 4322616 4322806 Tarenaya hassleriana 28532 AAG|GTAAGCATGA...AAGTTCTAAATC/AAAGTTCTAAAT...TGCAG|TGC 0 1 91.588
195662840 GT-AG 0 1.000000099473604e-05 249 rna-XM_010536788.1 34724150 1 4328873 4329121 Tarenaya hassleriana 28532 GGG|GTAAAATTTC...GATCCCGTACCA/GTTTGGTTAATT...TGCAG|CAA   0 5.527

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