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)

14 rows where transcript_id = 33668859

✎ 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
188654085 GT-AG 0 0.0001343432303641 1855 Sphmag20G017700.1.v1.1 33668859 1 3373961 3375815 Sphagnum magellanicum 128215 AAG|GTTTTTTCCT...CTGACTTCAATT/GCAACACTGACT...TTCAG|ATT 0 1 4.052
188654086 GT-AG 0 1.000000099473604e-05 226 Sphmag20G017700.1.v1.1 33668859 2 3372630 3372855 Sphagnum magellanicum 128215 GAG|GTTGGTTGGC...TCTCTCTTATCA/GTCTCTCTTATC...TTTAG|AGG 1 1 37.968
188654087 GT-AG 0 1.6922873413163156e-05 171 Sphmag20G017700.1.v1.1 33668859 3 3372219 3372389 Sphagnum magellanicum 128215 AAG|GTTCTTTTCA...TTGTGTTTGATC/TTGTGTTTGATC...TCTAG|GCA 1 1 45.335
188654088 GT-AG 0 0.0083925236613522 172 Sphmag20G017700.1.v1.1 33668859 4 3371862 3372033 Sphagnum magellanicum 128215 AAG|GTTTCTCTGA...TCAACCTTATAG/CTAAGATTTATC...TGTAG|GTG 0 1 51.013
188654089 GT-AG 0 0.0003194742856055 181 Sphmag20G017700.1.v1.1 33668859 5 3371606 3371786 Sphagnum magellanicum 128215 ATT|GTAAGTTTCT...TTGCCTCTGATG/TTGCCTCTGATG...GGAAG|GTT 0 1 53.315
188654090 GT-AG 0 0.0078260231049117 299 Sphmag20G017700.1.v1.1 33668859 6 3371235 3371533 Sphagnum magellanicum 128215 GAG|GTATGTTTGG...GATTCCTTGCTA/CATACTCTAAAG...TCCAG|GTG 0 1 55.525
188654091 GT-AG 0 0.0006924683999265 364 Sphmag20G017700.1.v1.1 33668859 7 3370772 3371135 Sphagnum magellanicum 128215 CAG|GTAGTCTTTG...GCTCTTTTATAT/ACATGTTTCACT...TACAG|GAA 0 1 58.564
188654092 GT-AG 0 0.0002717035764666 234 Sphmag20G017700.1.v1.1 33668859 8 3370466 3370699 Sphagnum magellanicum 128215 CAG|GTATGATGCA...GGGGTTTTAACT/GGGGTTTTAACT...ACCAG|AGT 0 1 60.773
188654093 GT-AG 0 1.000000099473604e-05 300 Sphmag20G017700.1.v1.1 33668859 9 3370051 3370350 Sphagnum magellanicum 128215 TTG|GTGAGGTTTC...TCTACCTGCATC/TGTGATCTAATG...GGCAG|GTT 1 1 64.303
188654094 GT-AG 0 0.0004975853472882 255 Sphmag20G017700.1.v1.1 33668859 10 3369727 3369981 Sphagnum magellanicum 128215 AAG|GTTTGCCTCA...TGTGTCTTGAAT/TGTGTCTTGAAT...TGCAG|GGT 1 1 66.421
188654095 GT-AG 0 0.0001381449307637 319 Sphmag20G017700.1.v1.1 33668859 11 3369062 3369380 Sphagnum magellanicum 128215 AAG|GTACAGTTTT...AACTTCTGGATT/TCTGGATTAATC...TGCAG|ATA 2 1 77.041
188654096 GT-AG 0 0.0053611983611579 191 Sphmag20G017700.1.v1.1 33668859 12 3368790 3368980 Sphagnum magellanicum 128215 CAG|GTTTCATTCA...CAAACCCTGACA/TGTTTTGTCAAA...GACAG|CTC 2 1 79.527
188654097 GT-AG 0 0.1872424742827692 256 Sphmag20G017700.1.v1.1 33668859 13 3368416 3368671 Sphagnum magellanicum 128215 ATG|GTAACTTTTA...TTCCTCTTAAAT/TTAAATTTCAAA...TGCAG|GCT 0 1 83.149
188654098 GT-AG 0 1.000000099473604e-05 142 Sphmag20G017700.1.v1.1 33668859 14 3367910 3368051 Sphagnum magellanicum 128215 CAG|GTCAGTTAAC...GCATGTTTAACT/GCATGTTTAACT...TTCAG|GTG 1 1 94.322

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