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

✎ 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
99340226 GT-AG 0 0.0240553249494652 755 rna-XM_012223843.3 18602172 1 568699 569453 Jatropha curcas 180498 TTG|GTATGTTTTC...AAATTGTTAGTC/CATTGAATGATA...ATCAG|GTA 2 1 25.475
99340227 GT-AG 0 1.000000099473604e-05 209 rna-XM_012223843.3 18602172 2 568327 568535 Jatropha curcas 180498 AAG|GTAATATGAG...TTAACTTCAGTA/CATTTATTCAAC...TTTAG|GTC 0 1 33.634
99340228 GT-AG 0 1.000000099473604e-05 191 rna-XM_012223843.3 18602172 3 568061 568251 Jatropha curcas 180498 AAG|GTACAACCAT...ATGACTTTATCT/GAAGATCTCATA...CATAG|GTG 0 1 37.387
99340229 GT-AG 0 0.0292610309502325 148 rna-XM_012223843.3 18602172 4 567812 567959 Jatropha curcas 180498 TGG|GTATGCTTCA...GAAACTTTTCTT/TAGATGCTGATA...TGAAG|GTA 2 1 42.442
99340230 GT-AG 0 1.000000099473604e-05 559 rna-XM_012223843.3 18602172 5 567137 567695 Jatropha curcas 180498 ATG|GTAGATACTC...ATAATATTACCA/ATGGTAATGACA...CGCAG|GTA 1 1 48.248
99340231 GT-AG 0 1.000000099473604e-05 346 rna-XM_012223843.3 18602172 6 566579 566924 Jatropha curcas 180498 GAG|GTAAACCCCT...AAAACTGTATTT/TTAAAGCTCAAG...GACAG|GAT 0 1 58.859
99340232 GT-AG 0 1.000000099473604e-05 639 rna-XM_012223843.3 18602172 7 565848 566486 Jatropha curcas 180498 AAG|GTAAAGTATT...TTCATTTTAATC/TTCATTTTAATC...TGCAG|CTA 2 1 63.463
99340233 GT-AG 0 0.0005765338505835 114 rna-XM_012223843.3 18602172 8 565619 565732 Jatropha curcas 180498 TCG|GTAGGCATCT...CACCTTTTGATA/AATTTATTCATA...CTCAG|TTC 0 1 69.219
99340234 GT-AG 0 1.000000099473604e-05 477 rna-XM_012223843.3 18602172 9 565038 565514 Jatropha curcas 180498 CAG|GTTAGATCTT...TTTTCTCTAATT/TTTTCTCTAATT...TGCAG|TTC 2 1 74.424
99340235 GT-AG 0 0.0078684647085463 117 rna-XM_012223843.3 18602172 10 564875 564991 Jatropha curcas 180498 AAA|GTATGTTGCT...ATGTTCTGGATC/AAGACTCTGATA...TCCAG|GCT 0 1 76.727
99340236 GT-AG 0 0.0556821350508557 133 rna-XM_012223843.3 18602172 11 564677 564809 Jatropha curcas 180498 AGA|GTATGTTTTG...CCTTCCTCATTT/CCCTTCCTCATT...TGTAG|GTG 2 1 79.98
99340237 GT-AG 0 0.0039454704920927 84 rna-XM_012223843.3 18602172 12 564506 564589 Jatropha curcas 180498 TGG|GTATGTAATT...CTTCTCTTAATG/TATTGTTTAACA...ACCAG|GAA 2 1 84.334
99340238 GT-AG 0 1.1294570966295505e-05 111 rna-XM_012223843.3 18602172 13 564340 564450 Jatropha curcas 180498 CAG|GTAATATTGT...CTTCTTTTAACA/CTTCTTTTAACA...AATAG|GTA 0 1 87.087
99340239 GT-AG 0 0.0007415842027713 93 rna-XM_012223843.3 18602172 14 564158 564250 Jatropha curcas 180498 AGA|GTAAGTTGTG...AATCTCTTGACA/CATATATTGATA...TGAAG|TGC 2 1 91.542
99340240 GT-AG 0 1.000000099473604e-05 204 rna-XM_012223843.3 18602172 15 563866 564069 Jatropha curcas 180498 AAG|GTGATAAACA...TGAGTTTTGAGA/TGAGTTTTGAGA...TGCAG|GCG 0 1 95.946

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