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

✎ 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
156032485 GT-AG 0 1.000000099473604e-05 37 rna123.p1 28131428 1 282614 282650 Planoprotostelium fungivorum 1890364 GAG|GTGATGTTCA...ATGCCCACCACC/ATGATGCCCACC...ATCAG|GTG 2 1 5.959
156032486 GT-AG 0 1.000000099473604e-05 41 rna123.p1 28131428 2 282854 282894 Planoprotostelium fungivorum 1890364 ATC|GTGAGTCATC...TCCATCTGAAGA/TCTGATATGATC...GACAG|CCG 1 1 12.606
156032487 GT-AG 0 1.000000099473604e-05 39 rna123.p1 28131428 3 283018 283056 Planoprotostelium fungivorum 1890364 TCC|GTGAGTCTCA...GACTCAATATCT/CACCGACTCAAT...CACAG|AAG 1 1 16.634
156032488 GT-AG 0 1.000000099473604e-05 44 rna123.p1 28131428 4 283203 283246 Planoprotostelium fungivorum 1890364 AAG|GTGAAGCTCC...AACCAAGTGATC/AACCAAGTGATC...TTCAG|ACG 0 1 21.415
156032489 GT-AG 0 1.000000099473604e-05 45 rna123.p1 28131428 5 283352 283396 Planoprotostelium fungivorum 1890364 GAG|GTGATGTAGT...TTCACGTTATTC/CAACTATTCACG...TTCAG|GTC 0 1 24.853
156032490 GT-AG 0 1.000000099473604e-05 68 rna123.p1 28131428 6 283442 283509 Planoprotostelium fungivorum 1890364 GAG|GTGGATTCTC...ATCGCCATGATG/ACGGAACTCATT...ATCAG|CAA 0 1 26.326
156032491 GT-AG 0 1.000000099473604e-05 98 rna123.p1 28131428 7 283611 283708 Planoprotostelium fungivorum 1890364 CAG|GTGACATCTC...TGATCATCATCT/CTGATCATCATC...TGTAG|AAC 2 1 29.633
156032492 GT-AG 0 1.000000099473604e-05 47 rna123.p1 28131428 8 283783 283829 Planoprotostelium fungivorum 1890364 CCG|GTGAGTTTCC...TTTTCCTGAATC/ATTTTCCTGAAT...CGCAG|GTG 1 1 32.056
156032493 GT-AG 0 1.000000099473604e-05 50 rna123.p1 28131428 9 284005 284054 Planoprotostelium fungivorum 1890364 CAA|GTGAGGAGTT...TCGTTGTAGACG/AGACGACTGACG...ATCAG|CCT 2 1 37.787
156032494 GT-AG 0 1.000000099473604e-05 70 rna123.p1 28131428 10 284232 284301 Planoprotostelium fungivorum 1890364 CAT|GTGATGGATT...TGCTTCTGATCT/ATGCTTCTGATC...ATCAG|ATG 2 1 43.582
156032495 GT-AG 0 0.072718273755872 126 rna123.p1 28131428 11 284508 284633 Planoprotostelium fungivorum 1890364 TCA|GTTCCTCTTG...GAGTTCTGAAAT/GGAGTTCTGAAA...ACCAG|AGC 1 1 50.327
156032496 GT-AG 0 1.000000099473604e-05 51 rna123.p1 28131428 12 284706 284756 Planoprotostelium fungivorum 1890364 TCG|GTGAGATACC...AAACGGTTGACT/GGTTGACTGACG...TTCAG|GAC 1 1 52.685
156032497 GT-AG 0 1.000000099473604e-05 52 rna123.p1 28131428 13 285173 285224 Planoprotostelium fungivorum 1890364 CCC|GTGAGGAATT...TTGTCCATATCT/CCATATCTGATG...GACAG|GCT 0 1 66.306
156032498 GT-AG 0 1.000000099473604e-05 55 rna123.p1 28131428 14 285677 285731 Planoprotostelium fungivorum 1890364 GAG|GTGATTCATC...TGCATATTGACG/TTTTCCATCATC...GACAG|AGT 2 1 81.107
156032499 GT-AG 0 1.000000099473604e-05 47 rna123.p1 28131428 15 285947 285993 Planoprotostelium fungivorum 1890364 GAG|GTGAGAATCA...TATTCCTCACCT/TTATTCCTCACC...ATCAG|GTT 1 1 88.147

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