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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, scored_motifs, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
180024383 GT-AG 0 0.2657695496754353 3005 rna-XM_035733473.1 32241335 1 23378 26382 Schistosoma haematobium 6185 TAA|GTAACTTTCT...CATACTTTACAA/ATTTGTTTCAAT...ATAAG|ACA 1 1 8.681
180024384 GT-AG 0 1.000000099473604e-05 57 rna-XM_035733473.1 32241335 2 23022 23078 Schistosoma haematobium 6185 CAG|GTGAGTTAAC...TAATCCATATGT/GAGATACTAATC...TTCAG|ATT 0 1 23.512
180024385 GT-AG 0 1.000000099473604e-05 1080 rna-XM_035733473.1 32241335 3 21872 22951 Schistosoma haematobium 6185 CTG|GTAAGAGCAT...ACGACCGTGAAC/ATATGAATAATT...ACTAG|AAC 1 1 26.984
180024386 GT-AG 0 1.000000099473604e-05 364 rna-XM_035733473.1 32241335 4 21421 21784 Schistosoma haematobium 6185 ATG|GTTAGTTCAG...TTTTCCTTTTCA/TTCCTTTTCATT...TTCAG|AGG 1 1 31.3
180024387 GT-AG 0 0.0028967499157326 910 rna-XM_035733473.1 32241335 5 20460 21369 Schistosoma haematobium 6185 GGG|GTATGTATCT...TCATCCTTCAAT/TCACCACTCATC...TTCAG|ATC 1 1 33.829
180024388 GT-AG 0 0.0001377501073218 995 rna-XM_035733473.1 32241335 6 19400 20394 Schistosoma haematobium 6185 AAC|GTAAGTTGCA...CAGATCTTGACT/TCTTGACTCACA...TTCAG|GTT 0 1 37.054
180024389 GT-AG 0 1.000000099473604e-05 699 rna-XM_035733473.1 32241335 7 18628 19326 Schistosoma haematobium 6185 GAG|GTAAGTAAAG...TTAATTTTATTT/GTTAATTTTATT...ACAAG|ATG 1 1 40.675
180024390 GT-AG 0 0.002213374497528 894 rna-XM_035733473.1 32241335 8 17656 18549 Schistosoma haematobium 6185 GGG|GTATGTTAAA...TTTTGTTTGATA/TTTTGTTTGATA...TGAAG|ACT 1 1 44.544
180024391 GT-AG 0 2.2241901382752536e-05 2261 rna-XM_035733473.1 32241335 9 15245 17505 Schistosoma haematobium 6185 TAA|GTAATTGATA...TATTATTTAATA/TATTATTTAATA...ACAAG|TTA 1 1 51.984
180024392 GT-AG 0 9.907054369638752e-05 707 rna-XM_035733473.1 32241335 10 14368 15074 Schistosoma haematobium 6185 AGA|GTAAATATGA...AATTACTTATCA/GTCATTTTCACT...TACAG|ACA 0 1 60.417
180024393 GT-AG 0 1.000000099473604e-05 2419 rna-XM_035733473.1 32241335 11 11665 14083 Schistosoma haematobium 6185 TAA|GTTAGTTGGA...CTCTTTATGACT/CTCTTTATGACT...TATAG|ATT 2 1 74.504
180024394 GT-AG 0 1.000000099473604e-05 318 rna-XM_035733473.1 32241335 12 11177 11494 Schistosoma haematobium 6185 ATA|GTTGTTACTA...TTTCCCTTTCTT/AGTGCATTGATG...TCCAG|AAT 1 1 82.937
180024395 GT-AG 0 4.3962440419302384e-05 1181 rna-XM_035733473.1 32241335 13 9911 11091 Schistosoma haematobium 6185 ACA|GTAAGCGCCT...CTCTTTATGACT/CTCTTTATGACT...TATAG|ATT 2 1 87.153
180024396 GT-AG 0 1.000000099473604e-05 318 rna-XM_035733473.1 32241335 14 9423 9740 Schistosoma haematobium 6185 ATA|GTTGTTACTA...TTTCCCTTTCTT/AGTGCATTGATG...TCCAG|AAT 1 1 95.585

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