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

✎ 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
181391645 GT-AG 0 1.000000099473604e-05 1660 rna-gnl|WGS:VXBX|SCYSUP_R02582_mrna 32455321 1 217198 218857 Scytalopus superciliaris 312124 GAG|GTGAGCTGTT...CCATCCATAATT/TTACATTTCATT...TATAG|ATG 1 1 3.85
181391646 GT-AG 0 1.000000099473604e-05 815 rna-gnl|WGS:VXBX|SCYSUP_R02582_mrna 32455321 2 218903 219717 Scytalopus superciliaris 312124 CAG|GTAAAATATA...TTCGTCTTTTCA/CGTCTTTTCATC...TTTAG|CAT 1 1 6.224
181391647 GT-AG 0 1.000000099473604e-05 2475 rna-gnl|WGS:VXBX|SCYSUP_R02582_mrna 32455321 3 219769 222243 Scytalopus superciliaris 312124 AAT|GTAAGGATAT...TTACTTTTATTT/TTTACTTTTATT...GACAG|CCC 1 1 8.914
181391648 GT-AG 0 0.0010208286468999 250 rna-gnl|WGS:VXBX|SCYSUP_R02582_mrna 32455321 4 222315 222564 Scytalopus superciliaris 312124 GAG|GTATGTTTCA...TTTCTGTTGCCC/GTGCTGCCAACT...TCTAG|GAC 0 1 12.658
181391649 GT-AG 0 0.0007439389562584 8591 rna-gnl|WGS:VXBX|SCYSUP_R02582_mrna 32455321 5 222625 231215 Scytalopus superciliaris 312124 CAG|GTATTGTGCT...TGATTTTTGATG/TGATTTTTGATG...TTTAG|CTC 0 1 15.823
181391650 GT-AG 0 1.000000099473604e-05 3253 rna-gnl|WGS:VXBX|SCYSUP_R02582_mrna 32455321 6 231331 234583 Scytalopus superciliaris 312124 ATG|GTAATTACAC...CATTTTTTGGTT/GCAGTACTGACA...CCCAG|CTG 1 1 21.888
181391651 GT-AG 0 0.0003657806525627 4267 rna-gnl|WGS:VXBX|SCYSUP_R02582_mrna 32455321 7 234718 238984 Scytalopus superciliaris 312124 AAG|GTATAGCTGT...GCTGTTTTATCA/TGCTGTTTTATC...ATCAG|ATT 0 1 28.956
181391652 GT-AG 0 1.000000099473604e-05 8232 rna-gnl|WGS:VXBX|SCYSUP_R02582_mrna 32455321 8 239177 247408 Scytalopus superciliaris 312124 GAG|GTAAAGTGCT...ACCGCTTGGATT/GAATAAATTACT...TTCAG|GTT 0 1 39.082
181391653 GT-AG 0 7.147725324681355e-05 4006 rna-gnl|WGS:VXBX|SCYSUP_R02582_mrna 32455321 9 248019 252024 Scytalopus superciliaris 312124 TTG|GTAAGTTATT...TTGTTTTTAATT/TTGTTTTTAATT...TAAAG|GTG 1 1 71.255
181391654 GT-AG 0 1.000000099473604e-05 2471 rna-gnl|WGS:VXBX|SCYSUP_R02582_mrna 32455321 10 252214 254684 Scytalopus superciliaris 312124 AAG|GTAAGAGACT...GTTTCATTACTG/ACTTGTTTCATT...CACAG|CAC 1 1 81.224
181391655 GT-AG 0 1.000000099473604e-05 19837 rna-gnl|WGS:VXBX|SCYSUP_R02582_mrna 32455321 11 254809 274645 Scytalopus superciliaris 312124 CAG|GTGAATGATA...CAGCTCTTAATT/TTTAACCTCATC...TTCAG|GTA 2 1 87.764
181391656 GT-AG 0 1.000000099473604e-05 5991 rna-gnl|WGS:VXBX|SCYSUP_R02582_mrna 32455321 12 274710 280700 Scytalopus superciliaris 312124 ATG|GTGAGTCACT...CCTCCTTTATTT/ATGAGATTCATT...CAAAG|GAC 0 1 91.139
181391657 GT-AG 0 1.000000099473604e-05 24230 rna-gnl|WGS:VXBX|SCYSUP_R02582_mrna 32455321 13 280804 305033 Scytalopus superciliaris 312124 TGG|GTAAGAATTA...CATATCTTGATT/TCTTGATTCATC...AACAG|AAC 1 1 96.572

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