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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
156032876 GT-AG 0 0.0004431536000413 66 rna32.p1 28131455 1 64520 64585 Planoprotostelium fungivorum 1890364 CGC|GTGTTTTATA...CATTTCTCATTG/CCATTTCTCATT...GATAG|GCT 1 1 2.794
156032877 GT-AG 0 1.000000099473604e-05 50 rna32.p1 28131455 2 64860 64909 Planoprotostelium fungivorum 1890364 CTG|GTGGGTTTGA...ATGTACTCAACT/CATGTACTCAAC...ATCAG|GAC 2 1 15.992
156032878 GT-AG 0 1.000000099473604e-05 35 rna32.p1 28131455 3 65026 65060 Planoprotostelium fungivorum 1890364 TCG|GTTAGTCTCA...TTTGCCTAATCT/ATTTGCCTAATC...CGCAG|GAT 1 1 21.58
156032879 GT-AG 0 1.000000099473604e-05 37 rna32.p1 28131455 4 65327 65363 Planoprotostelium fungivorum 1890364 AAA|GTGAGACTGA...TGAGACTGATCC/ATGAGACTGATC...AACAG|GTG 0 1 34.393
156032880 GT-AG 0 1.000000099473604e-05 90 rna32.p1 28131455 5 65397 65486 Planoprotostelium fungivorum 1890364 AAG|GTACATGAGC...GTTCCTTTCATG/ATCAATCTCATT...AACAG|ACT 0 1 35.983
156032881 GT-AG 0 1.000000099473604e-05 40 rna32.p1 28131455 6 65609 65648 Planoprotostelium fungivorum 1890364 AAG|GTTAGATCAT...CATCCATTAGTA/TATTTGTTGAAC...AGCAG|TCT 2 1 41.859
156032882 GT-AG 0 9.533219746839084e-05 37 rna32.p1 28131455 7 65786 65822 Planoprotostelium fungivorum 1890364 TAG|GTATGTGTCT...CTGATTATGATT/TTATGATTCATT...CTTAG|AGT 1 1 48.459
156032883 GT-AG 0 0.0064662861183926 39 rna32.p1 28131455 8 65918 65956 Planoprotostelium fungivorum 1890364 GAG|GTATACAACC...TACCTTTTATTG/ATACCTTTTATT...CATAG|GTG 0 1 53.035
156032884 GT-AG 0 0.7369511661112725 178 rna32.p1 28131455 9 66100 66277 Planoprotostelium fungivorum 1890364 TTT|GTATTTATTC...TGGATCTTAGCT/CTTGTTTTGACA...TACAG|ATT 2 1 59.923
156032885 GT-AG 0 1.000000099473604e-05 39 rna32.p1 28131455 10 66392 66430 Planoprotostelium fungivorum 1890364 CAA|GTTTGTCTAT...GAATGATTGAAT/GAATGATTGAAT...AGCAG|GCG 2 1 65.414
156032886 GT-AG 0 1.000000099473604e-05 36 rna32.p1 28131455 11 66560 66595 Planoprotostelium fungivorum 1890364 AAG|GTGAACACAT...GCATTATTGACT/GCATTATTGACT...GATAG|ATT 2 1 71.628
156032887 GT-AG 0 1.000000099473604e-05 42 rna32.p1 28131455 12 66723 66764 Planoprotostelium fungivorum 1890364 GTG|GTGAGTCAAT...GCTCCTTTATCT/ATCTGTCTGACA...TGCAG|CCA 0 1 77.746
156032888 GT-AG 0 1.000000099473604e-05 37 rna32.p1 28131455 13 66927 66963 Planoprotostelium fungivorum 1890364 AAG|GTGATATGGT...ATGTTCTGAATA/GATGTTCTGAAT...AATAG|ACA 0 1 85.549
156032889 GT-AG 0 1.000000099473604e-05 130 rna32.p1 28131455 14 67031 67160 Planoprotostelium fungivorum 1890364 ATT|GTGAGAATTA...GTATCTATGATG/ATAGACCTCATC...CGAAG|CCA 1 1 88.776
156032890 GT-AG 0 1.000000099473604e-05 67 rna32.p1 28131455 15 67266 67332 Planoprotostelium fungivorum 1890364 ACG|GTGATGATGA...AATTCGTTAAGA/AATTCGTTAAGA...CAAAG|GTG 1 1 93.834

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