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

✎ 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
211079842 GT-AG 0 1.000000099473604e-05 278 rna-XM_046984779.1 38228147 1 3363852 3364129 Xenia sp. carnegie-2017 2897299 CAC|GTAAGTAACA...TTACCCTAAAAT/AATTTATTAAAT...TATAG|ATC 2 1 3.707
211079843 GT-AG 0 1.000000099473604e-05 765 rna-XM_046984779.1 38228147 2 3362599 3363363 Xenia sp. carnegie-2017 2897299 AAG|GTTTAATGAT...CCTCTATTAACA/ATATTTTTCAAT...TTTAG|TAG 1 1 20.155
211079844 GT-AG 0 1.000000099473604e-05 797 rna-XM_046984779.1 38228147 3 3361673 3362469 Xenia sp. carnegie-2017 2897299 TTG|GTGAGTGAAA...CATCTGTTCATA/ATGTGATTCATC...TTCAG|ACA 1 1 24.503
211079845 GT-AG 0 1.000000099473604e-05 108 rna-XM_046984779.1 38228147 4 3361454 3361561 Xenia sp. carnegie-2017 2897299 AAG|GTGATAATGA...TTATTCATAAAT/AAATGTTTGATT...TTAAG|GAC 1 1 28.244
211079846 GT-AG 0 0.0020473628443163 101 rna-XM_046984779.1 38228147 5 3360567 3360667 Xenia sp. carnegie-2017 2897299 ATG|GTATAATATG...CTGGTTTTATTT/TCTGGTTTTATT...CTTAG|AAA 1 1 54.735
211079847 GT-AG 0 1.000000099473604e-05 424 rna-XM_046984779.1 38228147 6 3359914 3360337 Xenia sp. carnegie-2017 2897299 AAG|GTAGGATAAA...GGCATTTTATCG/TATACTGTCATT...TTTAG|TTT 2 1 62.454
211079848 GT-AG 0 1.000000099473604e-05 396 rna-XM_046984779.1 38228147 7 3359416 3359811 Xenia sp. carnegie-2017 2897299 AGG|GTAATAAAAG...AATATTTTATTT/TCAGTCCTCATT...TTTAG|TTG 2 1 65.891
211079849 GT-AG 0 1.000000099473604e-05 535 rna-XM_046984779.1 38228147 8 3358709 3359243 Xenia sp. carnegie-2017 2897299 AAG|GTTAGAACTG...TTTCTCATATTT/TTTTTTCTCATA...CACAG|TTT 0 1 71.689
211079850 GT-AG 0 1.000000099473604e-05 244 rna-XM_046984779.1 38228147 9 3358357 3358600 Xenia sp. carnegie-2017 2897299 GAG|GTAATGAATA...TTTGTTTTACTT/TTTTGTTTTACT...GCCAG|CTT 0 1 75.329
211079851 GT-AG 0 1.000000099473604e-05 207 rna-XM_046984779.1 38228147 10 3358000 3358206 Xenia sp. carnegie-2017 2897299 CTA|GTAAGATGTC...TTCGTGTTAATT/TTCGTGTTAATT...TTCAG|GGC 0 1 80.384
211079852 GT-AG 0 1.000000099473604e-05 139 rna-XM_046984779.1 38228147 11 3357741 3357879 Xenia sp. carnegie-2017 2897299 AAA|GTAAGAGTTT...TTTGTTTTAATA/TTTGTTTTAATA...TTTAG|GTG 0 1 84.429
211079853 GT-AG 0 1.000000099473604e-05 328 rna-XM_046984779.1 38228147 12 3357243 3357570 Xenia sp. carnegie-2017 2897299 GAG|GTAAAAGTTC...CAGTTTTTAACA/CAGTTTTTAACA...TTTAG|AAA 2 1 90.158
211079854 GT-AG 0 0.0003118219730092 83 rna-XM_046984779.1 38228147 13 3357072 3357154 Xenia sp. carnegie-2017 2897299 GGT|GTAAGTTTCT...TTTATTTTTACG/TTTATTTTTACG...TATAG|GTT 0 1 93.124
211079855 GT-AG 0 1.8412088857425015e-05 357 rna-XM_046984779.1 38228147 14 3356678 3357034 Xenia sp. carnegie-2017 2897299 ATG|GTAAACAAAT...TCTTTCTTTTCT/AAATGTATAACT...ACAAG|GAA 1 1 94.371

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