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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
211079399 GT-AG 0 0.0003012461390024 1093 rna-XM_046988566.1 38228123 1 7715645 7716737 Xenia sp. carnegie-2017 2897299 GAG|GTAATTTTTG...TAGTTTTTATTC/GTAGTTTTTATT...TTAAG|ATG 0 1 0.355
211079400 GT-AG 0 0.0005108965722753 431 rna-XM_046988566.1 38228123 2 7715103 7715533 Xenia sp. carnegie-2017 2897299 GAT|GTAAGTTTTT...TTTTTTTTTCCT/AAATCATTAAGC...CTCAG|ACT 0 1 3.641
211079401 GT-AG 0 2.1582218851487423e-05 453 rna-XM_046988566.1 38228123 3 7714561 7715013 Xenia sp. carnegie-2017 2897299 AGC|GTAAGTGTTC...TTATTTATGACT/TTATTTATGACT...GTTAG|GTT 2 1 6.276
211079402 GT-AG 0 1.000000099473604e-05 153 rna-XM_046988566.1 38228123 4 7714280 7714432 Xenia sp. carnegie-2017 2897299 TTG|GTAATGGCTA...GATGTTTTGGTT/GAAATGTTCACT...TTCAG|GTT 1 1 10.065
211079403 GT-AG 0 4.78920626767166 658 rna-XM_046988566.1 38228123 5 7712213 7712870 Xenia sp. carnegie-2017 2897299 AAG|GTATCTTTTT...ATAAATTTAACA/ATAAATTTAACA...GGTAG|AGA 0 1 51.776
211079404 GT-AG 0 1.000000099473604e-05 50 rna-XM_046988566.1 38228123 6 7712094 7712143 Xenia sp. carnegie-2017 2897299 AAA|GTTTTACAAG...TAAATAATAAAT/TAATAAATAATA...GACAG|GAA 0 1 53.819
211079405 GT-AG 0 1.000000099473604e-05 196 rna-XM_046988566.1 38228123 7 7711867 7712062 Xenia sp. carnegie-2017 2897299 ACG|GTTGGTCAAT...GTTTTCTTATAT/GAATAATTAATT...TTAAG|GAG 1 1 54.737
211079406 GT-AG 0 0.0005498329648503 460 rna-XM_046988566.1 38228123 8 7711295 7711754 Xenia sp. carnegie-2017 2897299 TCG|GTACGTATGA...TAACTCTTATCG/ATAACTCTTATC...TGTAG|ATT 2 1 58.052
211079407 GT-AG 0 3.2424974394331016e-05 696 rna-XM_046988566.1 38228123 9 7710391 7711086 Xenia sp. carnegie-2017 2897299 ACT|GTAAGTATGC...CATTCTTTGTTA/CCAATTCTCATT...ACTAG|GTT 0 1 64.21
211079408 GT-AG 0 1.000000099473604e-05 390 rna-XM_046988566.1 38228123 10 7709710 7710099 Xenia sp. carnegie-2017 2897299 AGA|GTAAGATATG...CGCGACTTATAC/ATACAATTGATA...TTTAG|GTT 0 1 72.824
211079409 GT-AG 0 1.000000099473604e-05 305 rna-XM_046988566.1 38228123 11 7709095 7709399 Xenia sp. carnegie-2017 2897299 CAG|GTACGAGATA...TTTTGTTTGATA/TTTTGTTTGATA...TTTAG|GGG 1 1 82.001
211079410 GT-AG 0 0.0003396394551424 919 rna-XM_046988566.1 38228123 12 7708076 7708994 Xenia sp. carnegie-2017 2897299 TGG|GTAGGCTATT...ATTCTGTTATTG/AATTCTGTTATT...AACAG|TGA 2 1 84.962
211079411 GT-AG 0 1.000000099473604e-05 116 rna-XM_046988566.1 38228123 13 7707689 7707804 Xenia sp. carnegie-2017 2897299 GAT|GTGAGTTCTT...GTTGTATTGAAT/GTTGTATTGAAT...TATAG|GCT 0 1 92.984
211079412 GT-AG 0 0.0006058717684419 182 rna-XM_046988566.1 38228123 14 7707402 7707583 Xenia sp. carnegie-2017 2897299 CGG|GTATGTATAC...TCTATCTCAACT/ACGTTATTCATC...TACAG|TTA 0 1 96.092

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