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

✎ 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
188654072 GT-AG 0 1.000000099473604e-05 378 Sphmag20G008700.1.v1.1 33668858 1 1974092 1974469 Sphagnum magellanicum 128215 CAG|GTAAGTGGTC...TAGTTCATGAAA/TGAAAATTTATA...CACAG|GTA 1 1 10.003
188654073 GT-AG 0 1.000000099473604e-05 672 Sphmag20G008700.1.v1.1 33668858 2 1973116 1973787 Sphagnum magellanicum 128215 GAG|GTCTGGTAGC...ACTTTCATGATC/CATGATCTCATG...GTTAG|GGA 2 1 18.497
188654074 GT-AG 0 5.638675468543113e-05 527 Sphmag20G008700.1.v1.1 33668858 3 1972516 1973042 Sphagnum magellanicum 128215 GAG|GTATGGCTCA...ATCTTCTTGCTT/TTGATACTCATG...TGCAG|ATG 0 1 20.536
188654075 GT-AG 0 1.000000099473604e-05 293 Sphmag20G008700.1.v1.1 33668858 4 1972178 1972470 Sphagnum magellanicum 128215 TGG|GTAAATGCTA...ATGGATTTGAAT/TACCTGCTAATT...TGCAG|CCA 0 1 21.794
188654076 GT-AG 0 0.0096072644418478 241 Sphmag20G008700.1.v1.1 33668858 5 1971729 1971969 Sphagnum magellanicum 128215 CTG|GTATGCCTGT...TTTCCTTTTGTT/AAAAAACTCAAT...AACAG|CAA 1 1 27.605
188654077 GT-AG 0 3.820208147050388e-05 259 Sphmag20G008700.1.v1.1 33668858 6 1971388 1971646 Sphagnum magellanicum 128215 CAA|GTAGGTCTCT...ATTGTGTTGACT/ATTGTGTTGACT...TGCAG|CTT 2 1 29.897
188654078 GT-AG 0 1.000000099473604e-05 302 Sphmag20G008700.1.v1.1 33668858 7 1971013 1971314 Sphagnum magellanicum 128215 ACT|GTGAGTATCA...GTTGTTTTGGGT/AAACAGATGACA...GGCAG|ATA 0 1 31.936
188654079 GT-AG 0 0.0017470113108572 347 Sphmag20G008700.1.v1.1 33668858 8 1970555 1970901 Sphagnum magellanicum 128215 CAG|GTGTTCTTCA...GATTCCTGAGTC/ATTTGATTGATT...ACCAG|GTG 0 1 35.038
188654080 GT-AG 0 2.763002368705139e-05 277 Sphmag20G008700.1.v1.1 33668858 9 1970056 1970332 Sphagnum magellanicum 128215 GAG|GTTCATTTCT...GTGACCTTCACT/CCTTCACTTATT...TGCAG|GAG 0 1 41.241
188654081 GT-AG 0 0.0076547259319053 142 Sphmag20G008700.1.v1.1 33668858 10 1969654 1969795 Sphagnum magellanicum 128215 ACG|GTATGCTACC...GAGTTTTTCTTT/CTGAGACTGAGT...TGAAG|GTT 2 1 48.505
188654082 GT-AG 0 1.000000099473604e-05 250 Sphmag20G008700.1.v1.1 33668858 11 1969207 1969456 Sphagnum magellanicum 128215 AAG|GTGAGAACAC...TGATTTTTGTTC/AGTATGCTGATT...CCCAG|AGG 1 1 54.009
188654083 GT-AG 0 1.000000099473604e-05 432 Sphmag20G008700.1.v1.1 33668858 12 1967727 1968158 Sphagnum magellanicum 128215 AAG|GTCAGAAGCA...CAATGCTTAACT/CAATGCTTAACT...TACAG|ATA 2 1 83.291
188654084 GT-AG 0 1.000000099473604e-05 417 Sphmag20G008700.1.v1.1 33668858 13 1966899 1967315 Sphagnum magellanicum 128215 CAG|GTCTGACCCT...ATTTCTTTTGTG/AACAATCTGATT...CACAG|ATA 2 1 94.775

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