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

✎ 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
156032810 GT-AG 0 1.000000099473604e-05 87 rna29.p1 28131450 1 58865 58951 Planoprotostelium fungivorum 1890364 TAA|GTAAGAATGC...CAAACAGTGAAT/CAAACAGTGAAT...AGTAG|AAG 1 1 7.897
156032811 GT-AG 0 1.000000099473604e-05 44 rna29.p1 28131450 2 58564 58607 Planoprotostelium fungivorum 1890364 GAG|GTTCTCATCC...TCATTGTTCATT/TCATTGTTCATT...TGTAG|GTC 0 1 19.697
156032812 GT-AG 0 1.000000099473604e-05 69 rna29.p1 28131450 3 58396 58464 Planoprotostelium fungivorum 1890364 GAG|GTCAGTGAAC...ATGACCTTCAAT/CAATATTTCATC...TATAG|GAG 0 1 24.242
156032813 GT-AG 0 1.000000099473604e-05 57 rna29.p1 28131450 4 58297 58353 Planoprotostelium fungivorum 1890364 ACA|GTGAGTGTAA...GTTCATTTAATG/CGTCGGTTCATT...TACAG|AGT 0 1 26.171
156032814 GT-AG 0 0.0011257111249629 74 rna29.p1 28131450 5 58102 58175 Planoprotostelium fungivorum 1890364 AGG|GTACTTTTGC...GAAGATTTGATC/GAAGATTTGATC...AGCAG|AAT 1 1 31.726
156032815 GT-AG 0 1.5294633578538114e-05 333 rna29.p1 28131450 7 57548 57880 Planoprotostelium fungivorum 1890364 ACA|GTCAGCTCTC...CCATTCAAGACA/TGTCCATTCAAG...AACAG|AGA 1 1 40.68
156032816 GT-AG 0 1.000000099473604e-05 49 rna29.p1 28131450 8 57402 57450 Planoprotostelium fungivorum 1890364 CAG|GTGCGAGTTT...AACTCTTCGAAG/TTCGCGCTGAAC...AACAG|ACG 2 1 45.133
156032817 GT-AG 0 0.0004201217582391 48 rna29.p1 28131450 9 57309 57356 Planoprotostelium fungivorum 1890364 CGA|GTTTGTGTCT...TAAGACTTAACA/ATAAGACTTAAC...TCCAG|AGT 2 1 47.199
156032818 GT-AG 0 1.000000099473604e-05 40 rna29.p1 28131450 10 57224 57263 Planoprotostelium fungivorum 1890364 CAG|GTGATTTCCA...ACCAATTTAACC/ACCAATTTAACC...AATAG|CGA 2 1 49.265
156032819 GT-AG 0 1.000000099473604e-05 51 rna29.p1 28131450 11 56951 57001 Planoprotostelium fungivorum 1890364 GTG|GTAAGTCTTA...TTGTTTATAATA/TAATTGTTTATA...GCCAG|TAG 2 1 59.458
156032820 GT-AG 0 0.1329673072169465 117 rna29.p1 28131450 12 56763 56879 Planoprotostelium fungivorum 1890364 CTG|GTATCTCAAT...TTGTCTATGACT/ATGACTCTCATC...GACAG|AAA 1 1 62.718
156032821 GT-AG 0 1.000000099473604e-05 129 rna29.p1 28131450 13 56492 56620 Planoprotostelium fungivorum 1890364 ACT|GTGAGTGAGG...CTTCTTTTGTCG/GTCGATCTCACA...TACAG|TCA 2 1 69.238
156032822 GT-AG 0 1.000000099473604e-05 91 rna29.p1 28131450 14 56136 56226 Planoprotostelium fungivorum 1890364 AAT|GTCAGAGAAA...CGACCCTTGAAA/AAGGGATTAATA...TGCAG|AGC 0 1 81.405
156032823 GT-AG 0 3.952948480150104e-05 124 rna29.p1 28131450 15 56002 56125 Planoprotostelium fungivorum 1890364 ATA|GTGTTTGCTT...TATCCATTACCC/GGTCAATTGATT...GGCAG|GCT 1 1 81.864
156032824 GT-AG 0 66.81287292966658 130 rna29.p1 28131450 16 55763 55892 Planoprotostelium fungivorum 1890364 CGA|GTATCTTGTG...GACTTCTTGATC/GACTTCTTGATC...TTCAG|TGA 2 1 86.869

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