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

✎ 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
99339513 GT-AG 0 0.330954321036939 88 rna-XM_012224262.3 18602073 1 2020177 2020264 Jatropha curcas 180498 GAA|GTACCTCTCT...TTGTTTTTACAA/TTGTTTTTCAAT...GTTAG|GTA 2 1 3.355
99339514 GT-AG 0 0.0002015401069296 114 rna-XM_012224262.3 18602073 2 2019996 2020109 Jatropha curcas 180498 GAA|GTAAGTCTCT...TTCGTCTTAATG/CTGTATTTAATG...TGTAG|ATG 0 1 5.649
99339515 GT-AG 0 8.254301833032327e-05 118 rna-XM_012224262.3 18602073 3 2019812 2019929 Jatropha curcas 180498 AAG|GTACTGTATG...GGATTCTTATCT/TGTATTTTGATT...TTTAG|GGT 0 1 7.908
99339516 GT-AG 0 1.000000099473604e-05 91 rna-XM_012224262.3 18602073 4 2019674 2019764 Jatropha curcas 180498 CAT|GTGAGTTTCC...TTGTTCTTTACG/AATTAATTCACA...GACAG|GGC 2 1 9.517
99339517 GT-AG 0 0.0001253495960304 92 rna-XM_012224262.3 18602073 5 2019536 2019627 Jatropha curcas 180498 GAG|GTAATCTGAA...ATTGACTTATCT/TATTGACTTATC...TTCAG|AAA 0 1 11.092
99339518 GT-AG 0 2.229873126000033e-05 89 rna-XM_012224262.3 18602073 6 2019366 2019454 Jatropha curcas 180498 AAG|GTATGTGATT...AATATTATGACT/TTATGACTGAAT...TGCAG|TGT 0 1 13.865
99339519 GT-AG 0 1.000000099473604e-05 90 rna-XM_012224262.3 18602073 7 2019233 2019322 Jatropha curcas 180498 TTG|GTGAGTTCCT...TTTTCTTTGTCA/GCTGTATTTATT...TTTAG|GGG 1 1 15.337
99339520 GT-AG 0 0.0332238342697923 736 rna-XM_012224262.3 18602073 8 2018447 2019182 Jatropha curcas 180498 TCA|GTATGTTCCT...TTGTTTTTCACT/TTGTTTTTCACT...TGCAG|GTT 0 1 17.049
99339521 GT-AG 0 0.0023061776664998 82 rna-XM_012224262.3 18602073 9 2018283 2018364 Jatropha curcas 180498 TGG|GTATGTTCCC...TCGTTTTTGTTT/AAATGGTTCATT...ATCAG|GAT 1 1 19.856
99339522 GT-AG 0 1.8232765990659825e-05 1543 rna-XM_012224262.3 18602073 10 2016690 2018232 Jatropha curcas 180498 TTT|GTAAGATTTC...TTTCCTTCAGTT/CAGTTACTAATT...TGCAG|GAC 0 1 21.568
99339523 GT-AG 0 1.7417084643838856e-05 1151 rna-XM_012224262.3 18602073 11 2015465 2016615 Jatropha curcas 180498 CTT|GTAAGTCTGC...AATTTTTTTATG/AATTTTTTTATG...TGCAG|GAA 2 1 24.101
99339524 GT-AG 0 0.0091702879600843 85 rna-XM_012224262.3 18602073 12 2015328 2015412 Jatropha curcas 180498 AGT|GTAAACATCT...ACAATCTTGATT/TTTGTATTAACA...ATTAG|GCA 0 1 25.882
99339525 GT-AG 0 0.0001865491186772 80 rna-XM_012224262.3 18602073 13 2014609 2014688 Jatropha curcas 180498 CAG|GTATAATCAG...TACACCTTCACT/CTTAGTTTTATA...TGCAG|TTA 0 1 47.758
99339743 GT-AG 0 3.541029125919871e-05 86 rna-XM_012224262.3 18602073 14 2013017 2013102 Jatropha curcas 180498 ATG|GTAAGCAAGC...TTTTTTTTAATT/TTTTTTTTAATT...TTCAG|GTG   0 99.315

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