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)

13 rows where transcript_id = 17285707

✎ 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
92354399 GT-AG 0 1.000000099473604e-05 65 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA1278836 17285707 1 274555 274619 Hesseltinella vesiculosa 101127 CAG|GTTATTTCTT...TTTTTTTTCACT/TTTTTTTTCACT...CAAAG|GCT 0 1 14.922
92354400 GT-AG 0 1.000000099473604e-05 47 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA1278836 17285707 2 274307 274353 Hesseltinella vesiculosa 101127 AGT|GTAAGAGGGA...TCGACGCTAATG/TCGACGCTAATG...CCTAG|GCT 0 1 21.865
92354401 GT-AG 0 0.0009830987634996 71 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA1278836 17285707 3 274128 274198 Hesseltinella vesiculosa 101127 GAG|GTACTTTACG...TATTTTTTATTT/TTATTTTTTATT...TTTAG|ATC 0 1 25.596
92354402 GT-AG 0 1.000000099473604e-05 55 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA1278836 17285707 4 273894 273948 Hesseltinella vesiculosa 101127 AAG|GTAAAAACAC...ATTTCTTTCATT/ATTTCTTTCATT...TTTAG|CTT 2 1 31.779
92354403 GT-AG 0 1.000000099473604e-05 69 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA1278836 17285707 5 273741 273809 Hesseltinella vesiculosa 101127 GAG|GTATGGACAA...AACCAATTGACC/AACCAATTGACC...TCTAG|ACA 2 1 34.68
92354404 GT-AG 0 1.000000099473604e-05 80 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA1278836 17285707 6 273591 273670 Hesseltinella vesiculosa 101127 AAA|GTAAGAAAGA...CGCTTCTAATCT/TCTATTCTAATG...TTCAG|ACA 0 1 37.098
92354405 GT-AG 0 0.0008972573991273 34 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA1278836 17285707 7 272878 272911 Hesseltinella vesiculosa 101127 CCA|GTGCCCGACC...GGAGCTGCAACG/CGGAGCTGCAAC...AGCAG|CGA 1 1 60.553
92354406 GT-AG 0 1.000000099473604e-05 134 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA1278836 17285707 8 272733 272866 Hesseltinella vesiculosa 101127 GCA|GTTGTAGCAG...TGCTGTTTGATG/TGCTGTTTGATG...AACAG|GGT 0 1 60.933
92354407 GT-AG 0 1.000000099473604e-05 57 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA1278836 17285707 9 272499 272555 Hesseltinella vesiculosa 101127 TCG|GTAAGACAGA...AGGATCATAGCA/CGTATGCTCATC...CCGAG|CAG 0 1 67.047
92354408 GT-AG 0 1.000000099473604e-05 74 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA1278836 17285707 10 272250 272323 Hesseltinella vesiculosa 101127 ATG|GTAATCAGAA...GTTGCTCTACTG/AAGACGCTGAGC...TAAAG|ATG 1 1 73.092
92354409 GT-AG 0 0.0037353131544241 62 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA1278836 17285707 11 271912 271973 Hesseltinella vesiculosa 101127 TAG|GTACCGTCCC...ATTTTCTTTTCC/TCAGTGCTCATT...TTTAG|CTG 1 1 82.625
92354410 GT-AG 0 0.000111239858166 67 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA1278836 17285707 12 271633 271699 Hesseltinella vesiculosa 101127 CTG|GTAATCCACC...TATTCCCTAACG/CTATTTTTAAGA...ACCAG|GCA 0 1 89.948
92354411 GT-AG 0 1.000000099473604e-05 126 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA1278836 17285707 13 271350 271475 Hesseltinella vesiculosa 101127 CTG|GTAAGTGCGA...CTGACTTTCCTT/TAAGGGCTGACT...TACAG|GCA 1 1 95.371

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