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

✎ 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
188653909 GT-AG 0 0.2064251878573541 227 SphmagU000100.1.v1.1 33668842 1 2752 2978 Sphagnum magellanicum 128215 TGT|GTATGTCTCA...TATCCTTTGAAA/GAATATGTTACC...AGCAG|AGG 2 1 5.201
188653910 GT-AG 0 1.1843495277191036e-05 1554 SphmagU000100.1.v1.1 33668842 2 3135 4688 Sphagnum magellanicum 128215 ATG|GTTCGTTTGG...TTGGACTTAAAA/GTGGGTTTGATC...ATTAG|GTT 2 1 11.124
188653911 GT-AG 0 0.0083482026171538 1726 SphmagU000100.1.v1.1 33668842 3 4806 6531 Sphagnum magellanicum 128215 TCA|GTATGTACTC...CTGCTCCTGATG/TGTTGGTTCAAT...TGCAG|TGG 2 1 15.566
188653912 GT-AG 0 0.0002284104845166 352 SphmagU000100.1.v1.1 33668842 4 6617 6968 Sphagnum magellanicum 128215 GTG|GTATGTGTAT...AAGCCCTTGTTT/TTTCTTTGCATT...TACAG|GTT 0 1 18.793
188653913 GT-AG 0 0.0001065068795207 487 SphmagU000100.1.v1.1 33668842 5 7078 7564 Sphagnum magellanicum 128215 TTT|GTAATATCGC...AATCTTTTGATT/AATCTTTTGATT...TTTAG|ATC 1 1 22.931
188653914 GT-AG 0 1.000000099473604e-05 257 SphmagU000100.1.v1.1 33668842 6 7633 7889 Sphagnum magellanicum 128215 AAG|GTGGAACTTT...ATGGCTTTGGGT/TGTGTGGGGATG...GGCAG|CTG 0 1 25.513
188653915 GT-AG 0 1.000000099473604e-05 2628 SphmagU000100.1.v1.1 33668842 7 8016 10643 Sphagnum magellanicum 128215 GAG|GTTTGTACTG...CTCCATTTAATA/AGTGTTGTCATT...AACAG|GTG 0 1 30.296
188653916 GT-AG 0 1.000000099473604e-05 141 SphmagU000100.1.v1.1 33668842 8 11614 11754 Sphagnum magellanicum 128215 CCG|GTGTGGTTTA...TTTCCATCAGCA/TTTGTTTCCATC...TGCAG|GTG 1 1 67.122
188653917 GT-AG 0 1.3206093530795908e-05 132 SphmagU000100.1.v1.1 33668842 9 11993 12124 Sphagnum magellanicum 128215 CAG|GTATGACCCT...AGTTCTGTAGTA/TTGTGGGTGAGG...GACAG|TGA 2 1 76.158
188653918 GT-AG 0 1.000000099473604e-05 1264 SphmagU000100.1.v1.1 33668842 10 12338 13601 Sphagnum magellanicum 128215 TAC|GTAAGAACAT...TGGTTCATTTCT/AGATGGTTCATT...TTCAG|GTT 2 1 84.244
188653919 GT-AG 0 1.000000099473604e-05 1088 SphmagU000100.1.v1.1 33668842 11 13663 14750 Sphagnum magellanicum 128215 CAG|GTCCTTATCT...TCAAGCTTAATA/AATATTCTAATG...TGCAG|TTT 0 1 86.56
188653920 GT-AG 0 1.000000099473604e-05 3377 SphmagU000100.1.v1.1 33668842 12 14865 18241 Sphagnum magellanicum 128215 GAG|GTTGTTTCTT...GGCTTCTCACTT/GGGCTTCTCACT...TGCAG|GTA 0 1 90.888
188653921 GT-AG 0 1.000000099473604e-05 817 SphmagU000100.1.v1.1 33668842 13 18356 19172 Sphagnum magellanicum 128215 AAG|GTGTTAATCT...GATTTCTTATAA/AGATTTCTTATA...TACAG|GAA 0 1 95.216
188653922 GT-AG 0 0.1673787851408225 375 SphmagU000100.1.v1.1 33668842 14 19257 19631 Sphagnum magellanicum 128215 GAG|GTATACTTGG...TTTTTCTTATGT/GTTTTTCTTATG...TGCAG|CAG 0 1 98.405

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