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

✎ 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
110876368 GT-AG 0 1.000000099473604e-05 415 rna-XM_011997644.1 20701707 1 16038474 16038888 Mandrillus leucophaeus 9568 AAG|GTGGGCAGGC...AGGATCTTGGGG/CAGAGAGTGACC...CACAG|GGG 1 1 13.889
110876369 GT-AG 0 1.000000099473604e-05 361 rna-XM_011997644.1 20701707 2 16038951 16039311 Mandrillus leucophaeus 9568 AAG|GTGAGAGACC...GAATTCAGAGCC/GAGTGACTGACG...CCTAG|GGC 0 1 17.803
110876370 GT-AG 0 1.000000099473604e-05 243 rna-XM_011997644.1 20701707 3 16039383 16039625 Mandrillus leucophaeus 9568 GAG|GTGGGGGTGG...TGTCCCCTAGGC/CCTAGGCGAACT...TGCAG|CCT 2 1 22.285
110876371 GT-AG 0 1.000000099473604e-05 195 rna-XM_011997644.1 20701707 4 16039805 16039999 Mandrillus leucophaeus 9568 TGG|GTGAGGCCTC...TGTCTGGTGACT/TGTCTGGTGACT...TCCAG|ACC 1 1 33.586
110876372 GT-AG 0 1.000000099473604e-05 1339 rna-XM_011997644.1 20701707 5 16040129 16041467 Mandrillus leucophaeus 9568 TGG|GTACGGTGCG...AGCCCCTGCGCC/GCCCGGCTGACA...TGCAG|AGC 1 1 41.73
110876373 GT-AG 0 1.000000099473604e-05 375 rna-XM_011997644.1 20701707 6 16041581 16041955 Mandrillus leucophaeus 9568 CAG|GTGAGAATGG...GGTGCTCTGACA/GGTGCTCTGACA...CCCAG|TTT 0 1 48.864
110876374 GT-AG 0 1.000000099473604e-05 229 rna-XM_011997644.1 20701707 7 16042015 16042243 Mandrillus leucophaeus 9568 CAG|GTGAGCGGGC...ACTCTCTGCACC/GTTTGGGTTACT...CACAG|GGC 2 1 52.588
110876375 GT-AG 0 1.000000099473604e-05 258 rna-XM_011997644.1 20701707 8 16042322 16042579 Mandrillus leucophaeus 9568 CAA|GTAAGTAGGG...CTGCCCTTCCTT/AGGCACGTGAAG...TGCAG|GCT 2 1 57.513
110876376 GT-AG 0 1.000000099473604e-05 74 rna-XM_011997644.1 20701707 9 16042716 16042789 Mandrillus leucophaeus 9568 CAG|GTGGGTGGGC...AGCTTCGTGACC/GTGACCCTCACT...CCCAG|GAA 0 1 66.098
110876377 GT-AG 0 0.0001642136123711 82 rna-XM_011997644.1 20701707 10 16042868 16042949 Mandrillus leucophaeus 9568 CAG|GTAGCTGTGG...GCTTCCCTCTCT/CTGGGCTGCAGC...TCCAG|GTA 0 1 71.023
110876378 GT-AG 0 1.000000099473604e-05 102 rna-XM_011997644.1 20701707 11 16043062 16043163 Mandrillus leucophaeus 9568 AGG|GTGGGCATGG...GGATGCTTACAC/GGGATGCTTACA...TCCAG|AGC 1 1 78.093
110876379 GT-AG 0 0.0023174286231072 419 rna-XM_011997644.1 20701707 12 16043235 16043653 Mandrillus leucophaeus 9568 GAG|GTGCCCTCTT...GGCCCCACAATT/CCTGGCCCCACA...AGCAG|GTG 0 1 82.576
110876380 GT-AG 0 1.000000099473604e-05 358 rna-XM_011997644.1 20701707 13 16043747 16044104 Mandrillus leucophaeus 9568 GAG|GTGAGCCCCC...AGGGCCTTGGGC/TGGCAGGTGACC...TGTAG|GAG 0 1 88.447
110876381 GT-AG 0 1.000000099473604e-05 430 rna-XM_011997644.1 20701707 14 16044198 16044627 Mandrillus leucophaeus 9568 GAG|GTGAGCCACA...TGCTCCGTGGCG/GAGCCCCTCATG...CACAG|CGA 0 1 94.318

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