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

✎ 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
156032667 GT-AG 0 1.000000099473604e-05 94 rna167.p1 28131439 2 382502 382595 Planoprotostelium fungivorum 1890364 AGC|GTGAGTCCCT...ACAACTCTAATT/ACAACTCTAATT...CACAG|ACG 2 1 12.167
156032668 GT-AG 0 1.000000099473604e-05 51 rna167.p1 28131439 3 382743 382793 Planoprotostelium fungivorum 1890364 CAA|GTGATTGAAT...CCATTCTCAATC/TCCATTCTCAAT...AACAG|CAT 2 1 17.919
156032669 GT-AG 0 1.000000099473604e-05 40 rna167.p1 28131439 4 382840 382879 Planoprotostelium fungivorum 1890364 GAG|GTGCGAGAGA...ACGATCTGAATC/GACGATCTGAAT...CACAG|GAC 0 1 19.718
156032670 GT-AG 0 1.000000099473604e-05 41 rna167.p1 28131439 5 382999 383039 Planoprotostelium fungivorum 1890364 CAG|GTGATTCGCT...TTCCGTCTGACG/TTCCGTCTGACG...GATAG|AGT 2 1 24.374
156032671 GT-AG 0 1.000000099473604e-05 56 rna167.p1 28131439 6 383164 383219 Planoprotostelium fungivorum 1890364 GCC|GTAAGACATC...GTTCTTTCGATT/TTTCGATTGAAC...GACAG|GCT 0 1 29.225
156032672 GT-AG 0 0.0062818918523385 43 rna167.p1 28131439 7 383262 383304 Planoprotostelium fungivorum 1890364 CAG|GTATCACATC...ATCCTCTTCATC/ATCCTCTTCATC...ATCAG|GTT 0 1 30.869
156032673 GT-AG 0 1.000000099473604e-05 38 rna167.p1 28131439 8 383485 383522 Planoprotostelium fungivorum 1890364 ATG|GTAAAACTCG...AGATTTTTGATT/AGATTTTTGATT...TGTAG|ATG 0 1 37.911
156032674 GT-AG 0 1.000000099473604e-05 44 rna167.p1 28131439 9 383652 383695 Planoprotostelium fungivorum 1890364 GGA|GTGAGTCCAT...ACGTTGTAGACG/ACGATACCGACG...GACAG|GAG 0 1 42.958
156032675 GT-AG 0 1.000000099473604e-05 39 rna167.p1 28131439 10 383832 383870 Planoprotostelium fungivorum 1890364 TCA|GTGAGCGCGA...TTTTTCTCACCC/GTTTTTCTCACC...AACAG|GTG 1 1 48.279
156032676 GT-AG 0 1.000000099473604e-05 42 rna167.p1 28131439 11 383921 383962 Planoprotostelium fungivorum 1890364 GAG|GTGATGAAAT...CGTCTCATGACG/TCTCGTCTCATG...ATCAG|GTG 0 1 50.235
156032677 GT-AG 0 1.000000099473604e-05 37 rna167.p1 28131439 12 384218 384254 Planoprotostelium fungivorum 1890364 GAT|GTGAGAAGAG...AGAGGCTGATGA/AAGAGGCTGATG...GACAG|ATC 0 1 60.211
156032678 GT-AG 0 9.768053779343764e-05 50 rna167.p1 28131439 13 384367 384416 Planoprotostelium fungivorum 1890364 CAG|GTCTGCCCTT...CAACTTTTAGAA/TTTAGAATAAAC...CATAG|AGG 1 1 64.593
156032679 GT-AG 0 0.0024454948695606 64 rna167.p1 28131439 14 384548 384611 Planoprotostelium fungivorum 1890364 CAC|GTGACCACTG...TTATTTTTGATT/TTATTTTTGATT...TGAAG|AAT 0 1 69.718
156032680 GT-AG 0 1.000000099473604e-05 59 rna167.p1 28131439 15 385107 385165 Planoprotostelium fungivorum 1890364 GAG|GTGACGGGAC...ATGAGCTAGACC/ATGAGCTAGACC...AGTAG|TGG 0 1 89.085
156032681 GT-AG 0 1.000000099473604e-05 147 rna167.p1 28131439 16 385360 385506 Planoprotostelium fungivorum 1890364 CAG|GTGGAGTTTC...TTGTTCTTCCCT/ATCCGTCTCATC...GATAG|TGC 2 1 96.674

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