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

✎ 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
125871320 GT-AG 0 1.000000099473604e-05 2426 rna-XM_037682526.1 23148237 1 15540790 15543215 Nematolebias whitei 451745 AAG|GTGAGCTGTG...TCTGGCTTCACT/TCTGGCTTCACT...CTCAG|CTC 1 1 3.625
125871321 GT-AG 0 0.000612402371609 1182 rna-XM_037682526.1 23148237 2 15539424 15540605 Nematolebias whitei 451745 TCT|GTAATTGTGA...TTTTTCTTACAG/GTTTTTCTTACA...TCCAG|TCT 2 1 7.437
125871322 GT-AG 0 1.000000099473604e-05 145 rna-XM_037682526.1 23148237 3 15537205 15537349 Nematolebias whitei 451745 CAA|GTAAGACTTA...GGATCATTATCT/CATTTGCTCAAT...ACTAG|GCG 0 1 50.404
125871323 GT-AG 0 1.000000099473604e-05 88 rna-XM_037682526.1 23148237 4 15536880 15536967 Nematolebias whitei 451745 CAG|GTGAAATGTA...TTAACTTTAATG/TGTGTTTTCAAA...TTCAG|GAG 0 1 55.314
125871324 GT-AG 0 1.000000099473604e-05 4376 rna-XM_037682526.1 23148237 5 15532279 15536654 Nematolebias whitei 451745 AAG|GTAAGGAAAA...TTTTCTTTTTCT/AAGATATTTAAA...TGTAG|GCC 0 1 59.975
125871325 GT-AG 0 0.04015011422915 21102 rna-XM_037682526.1 23148237 6 15511110 15532211 Nematolebias whitei 451745 AAG|GTATGCTTGA...TTTTTTATAACC/TACTTTTTTATA...TTTAG|CTT 1 1 61.363
125871326 GT-AG 0 0.0009641875784201 84 rna-XM_037682526.1 23148237 7 15510879 15510962 Nematolebias whitei 451745 CTG|GTATGATCTG...TAGTTTTTAAAT/TAGTTTTTAAAT...AACAG|GTG 1 1 64.409
125871327 GT-AG 0 3.947102758288367e-05 197 rna-XM_037682526.1 23148237 8 15510622 15510818 Nematolebias whitei 451745 AAG|GTAAACATTC...GTTTTTGTATTT/TGTCATCTAAAA...TTCAG|CGG 1 1 65.652
125871328 GT-AG 0 1.000000099473604e-05 2404 rna-XM_037682526.1 23148237 9 15508041 15510444 Nematolebias whitei 451745 CAG|GTTGGTAATT...GGATTTTCAACT/TGGATTTTCAAC...TCCAG|GAC 1 1 69.318
125871329 GT-AG 0 1.000000099473604e-05 83 rna-XM_037682526.1 23148237 10 15507819 15507901 Nematolebias whitei 451745 CAG|GTAGGACGTT...AAACTCTTGAAA/TGTTCTCTAAAC...CACAG|ATC 2 1 72.198
125871330 GT-AG 0 2.603866877335613e-05 1829 rna-XM_037682526.1 23148237 11 15505940 15507768 Nematolebias whitei 451745 AAG|GTTTGTTGTT...TATTTCTTTCTG/CTATATTTAAGT...TCTAG|AAA 1 1 73.234
125871331 GT-AG 0 1.000000099473604e-05 111 rna-XM_037682526.1 23148237 12 15505130 15505240 Nematolebias whitei 451745 AAG|GTAGATAACA...TTTTGTTTGACA/TTTTGTTTGACA...TTTAG|ATT 1 1 87.715
125871332 GT-AG 0 1.000000099473604e-05 85 rna-XM_037682526.1 23148237 13 15504911 15504995 Nematolebias whitei 451745 AAA|GTAAGAATGC...TTCATTTTGAAT/AAAAGTTTCATT...TTTAG|ATT 0 1 90.491
125871333 GT-AG 0 1.000000099473604e-05 89 rna-XM_037682526.1 23148237 14 15504644 15504732 Nematolebias whitei 451745 ATG|GTAAGTCGAA...GTAGCTTTAAAA/AATAGTTTTATT...TACAG|CTG 1 1 94.179

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