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

✎ 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
9479443 GT-AG 0 9.676542607067746e-05 8381 rna-gnl|WGS:WBMU|ANHANH_R10178_mrna 1668862 1 460469 468849 Anhinga anhinga 56067 ATC|GTAAGTTACT...TTCTTTTTAAGC/TCTAGTTTAATT...TTCAG|ATG 1 1 4.749
9479444 GT-AG 0 1.000000099473604e-05 8404 rna-gnl|WGS:WBMU|ANHANH_R10178_mrna 1668862 2 452032 460435 Anhinga anhinga 56067 CAG|GTAAATCTAT...ATTTTCTTCTTT/TGTGTATTTACT...TGTAG|GCA 1 1 5.747
9479445 GT-AG 0 1.3315337673524103e-05 7985 rna-gnl|WGS:WBMU|ANHANH_R10178_mrna 1668862 3 443618 451602 Anhinga anhinga 56067 AAG|GTATGGTAGA...GTGTTCTGATTT/TGTGTTCTGATT...TTCAG|GGC 1 1 18.724
9479446 GT-AG 0 1.000000099473604e-05 23489 rna-gnl|WGS:WBMU|ANHANH_R10178_mrna 1668862 4 419917 443405 Anhinga anhinga 56067 CAG|GTAAGGTAAT...TGATTATTGACA/TGATTATTGACA...TCTAG|GTT 0 1 25.136
9479447 GT-AG 0 0.0003792659860394 8198 rna-gnl|WGS:WBMU|ANHANH_R10178_mrna 1668862 5 411293 419490 Anhinga anhinga 56067 GAG|GTAAGCTTAA...TGTATCTTATTT/TTGTATCTTATT...TACAG|ACA 0 1 38.022
9479448 GT-AG 0 2.8680461093864872e-05 717 rna-gnl|WGS:WBMU|ANHANH_R10178_mrna 1668862 6 410176 410892 Anhinga anhinga 56067 GCT|GTAAGTAGTT...TTGTTTCTATTT/AATTATATGACT...TCCAG|CAT 1 1 50.121
9479449 GT-AG 0 1.000000099473604e-05 9739 rna-gnl|WGS:WBMU|ANHANH_R10178_mrna 1668862 7 400237 409975 Anhinga anhinga 56067 ATG|GTAAGTTGTT...AAATCCTTACGC/TAAATCCTTACG...TTCAG|GTC 0 1 56.171
9479450 GT-AG 0 1.000000099473604e-05 3500 rna-gnl|WGS:WBMU|ANHANH_R10178_mrna 1668862 8 396484 399983 Anhinga anhinga 56067 TTG|GTAAGTTGAT...AATGGCTTATTC/TAATGGCTTATT...TGCAG|GGA 1 1 63.823
9479451 GT-AG 0 5.051984894710692e-05 2670 rna-gnl|WGS:WBMU|ANHANH_R10178_mrna 1668862 9 393608 396277 Anhinga anhinga 56067 AAG|GTACATACAA...CTCTCTTTAGAT/TCATATTTCATT...TCAAG|TCT 0 1 70.054
9479452 GT-AG 0 1.000000099473604e-05 12671 rna-gnl|WGS:WBMU|ANHANH_R10178_mrna 1668862 10 380837 393507 Anhinga anhinga 56067 AAG|GTAATTAACT...AATTTCATGAAC/CACAATTTCATG...AACAG|ATT 1 1 73.079
9479453 GT-AG 0 0.000177169614018 5022 rna-gnl|WGS:WBMU|ANHANH_R10178_mrna 1668862 11 375551 380572 Anhinga anhinga 56067 AAG|GTAATCTAGC...ATACTTTTATAT/TATACTTTTATA...ATCAG|ATA 1 1 81.065
9479454 GT-AG 0 1.000000099473604e-05 3325 rna-gnl|WGS:WBMU|ANHANH_R10178_mrna 1668862 12 372057 375381 Anhinga anhinga 56067 CAG|GTAGAACCAG...TATTCCTGACCA/CTATTCCTGACC...TCTAG|GCT 2 1 86.177
9479455 GT-AG 0 5.6236008844156766e-05 1367 rna-gnl|WGS:WBMU|ANHANH_R10178_mrna 1668862 13 370497 371863 Anhinga anhinga 56067 CAG|GTATGTACAT...TGTTTCTTCTCC/AATTTAATTATT...TCCAG|TGT 0 1 92.015

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