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

✎ 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
95730145 GT-AG 0 2.1132919150859723e-05 350 rna-XM_012700278.2 17888351 1 28676535 28676884 Hydra vulgaris 6087 AAG|GTTTGACTTT...TTTTCCTTAAGT/TTTTCCTTAAGT...TTTAG|AAA 0 1 2.326
95730146 GT-AG 0 1.000000099473604e-05 100 rna-XM_012700278.2 17888351 2 28676401 28676500 Hydra vulgaris 6087 AAG|GTAAGTGCGT...ATTATTTTATTG/AATTATTTTATT...TTTAG|ATT 1 1 3.149
95730147 GT-AG 0 0.0001075554581355 2374 rna-XM_012700278.2 17888351 3 28673953 28676326 Hydra vulgaris 6087 GAA|GTAAAATTTT...ATGTTTTTATTC/AATGTTTTTATT...TTAAG|AAT 0 1 4.942
95730148 GT-AG 0 1.000000099473604e-05 788 rna-XM_012700278.2 17888351 4 28672997 28673784 Hydra vulgaris 6087 GAG|GTTAGTTGTA...TAATTTGTAAAT/ATTAGATTAATA...TTTAG|GAG 0 1 9.012
95730149 GT-AG 0 1.000000099473604e-05 2385 rna-XM_012700278.2 17888351 5 28670532 28672916 Hydra vulgaris 6087 CAG|GTAAGCAATT...TTTTTTTTATAA/ATTTTTTTTATA...CTTAG|AAA 2 1 10.95
95730150 GT-AG 0 4.670547881587292e-05 477 rna-XM_012700278.2 17888351 6 28669287 28669763 Hydra vulgaris 6087 AAG|GTATAACTCA...AAAATATTAATT/AAAATATTAATT...TTGAG|GTT 2 1 29.554
95730151 GT-AG 0 1.000000099473604e-05 1188 rna-XM_012700278.2 17888351 7 28667862 28669049 Hydra vulgaris 6087 CAG|GTTCGTATTT...GTTGCTGTAATA/TGTGGCTTCAAA...TTTAG|CAA 2 1 35.296
95730152 GT-AG 0 7.803598029999731e-05 9732 rna-XM_012700278.2 17888351 8 28658005 28667736 Hydra vulgaris 6087 AAG|GTCACTTAAA...AAAGTTTTAATT/AAAGTTTTAATT...TGAAG|CAG 1 1 38.324
95730153 GT-AG 0 2.195798403419656e-05 93 rna-XM_012700278.2 17888351 9 28657801 28657893 Hydra vulgaris 6087 TAG|GTAGTTATAT...AAATTTTTAATA/TTTTTTTTTACT...TTTAG|AAG 1 1 41.013
95730154 GT-AG 0 0.0007209263654191 4377 rna-XM_012700278.2 17888351 10 28653331 28657707 Hydra vulgaris 6087 CTG|GTAGACCATT...TGTTCTTTAATT/TAATTTTTAACA...TTTAG|GTT 1 1 43.266
95730155 GT-AG 0 0.0020455635718415 475 rna-XM_012700278.2 17888351 11 28652719 28653193 Hydra vulgaris 6087 CAG|GTATTTTGTT...ATTTTTTTGTCA/ACTGTTATAATT...TTTAG|GTT 0 1 46.584
95730156 GT-AG 0 1.000000099473604e-05 251 rna-XM_012700278.2 17888351 12 28652198 28652448 Hydra vulgaris 6087 AAG|GTAATTTAAT...ATAGCTTAAAAA/TTTTGTATAAAT...TTGAG|GTT 0 1 53.125
95730157 GT-AG 0 1.000000099473604e-05 308 rna-XM_012700278.2 17888351 13 28651707 28652014 Hydra vulgaris 6087 GAG|GTTGGTTCTT...GAATTTTTAGTT/TTTTAGTTTACT...TCCAG|GCT 0 1 57.558
95730158 GT-AG 0 4.335688013263977e-05 74 rna-XM_012700278.2 17888351 14 28651454 28651527 Hydra vulgaris 6087 AAA|GTAGGATTAT...AACTTTTTAATG/AACTTTTTAATG...CTTAG|AAA 2 1 61.894
95730159 GT-AG 0 0.0001255724448183 68 rna-XM_012700278.2 17888351 15 28651112 28651179 Hydra vulgaris 6087 GAT|GTAAGTTTGG...TATTTTTTAAGG/CAGAAATTTATT...TACAG|GGG 0 1 68.532

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