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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
145335322 GT-AG 0 1.000000099473604e-05 40 rna-gnl|WGS:JTDE|EG68_00008 26266701 1 515459 515498 Paragonimus skrjabini miyazakii 59628 TCA|GTCAGGCATC...CGACTGCTAGCT/GCGACTGCTAGC...TTTAG|TTC 2 1 9.055
145335323 GT-AG 0 1.000000099473604e-05 5008 rna-gnl|WGS:JTDE|EG68_00008 26266701 2 515555 520562 Paragonimus skrjabini miyazakii 59628 CCG|GTAAGTCAAT...ATATTTTTACCC/CATATTTTTACC...CATAG|AAA 1 1 12.205
145335326 GT-AG 0 1.000000099473604e-05 4242 rna-gnl|WGS:JTDE|EG68_00008 26266701 3 520619 524860 Paragonimus skrjabini miyazakii 59628 CCA|GTAAGTGGTC...TGTCTCTCATTT/ATGTCTCTCATT...TGCAG|CAG   0 15.354
145335327 GT-AG 0 1.000000099473604e-05 1170 rna-gnl|WGS:JTDE|EG68_00008 26266701 4 524960 526129 Paragonimus skrjabini miyazakii 59628 GAG|GTAGGCGGAA...CATCTCTAAATT/TCATCTCTAAAT...CGTAG|TCT   0 20.922
145335328 GT-AG 0 0.0001430689978203 5368 rna-gnl|WGS:JTDE|EG68_00008 26266701 5 526211 531578 Paragonimus skrjabini miyazakii 59628 AAA|GTAAGTTTGA...ATGATCTTATAC/GTTGTGTTTATT...CACAG|ATC   0 25.478
145335329 GT-AG 0 2.6465159151583224e-05 9712 rna-gnl|WGS:JTDE|EG68_00008 26266701 6 531678 541389 Paragonimus skrjabini miyazakii 59628 AGC|GTAAGTATGA...GATGCTTTTGTT/TGCAAAATCACC...GACAG|CTC   0 31.046
145335330 GT-AG 0 1.000000099473604e-05 3010 rna-gnl|WGS:JTDE|EG68_00008 26266701 7 541492 544501 Paragonimus skrjabini miyazakii 59628 ACG|GTGAGCACTA...GAGTTTTTAAAC/TTGTCGCTTACA...TACAG|GCA   0 36.783
145335331 GT-AG 0 1.000000099473604e-05 1094 rna-gnl|WGS:JTDE|EG68_00008 26266701 8 544601 545694 Paragonimus skrjabini miyazakii 59628 CTG|GTAGGTCATT...ATATGCTTTATT/ATATGCTTTATT...TCGAG|GTC   0 42.351
145335332 GT-AG 0 1.000000099473604e-05 4017 rna-gnl|WGS:JTDE|EG68_00008 26266701 9 545785 549801 Paragonimus skrjabini miyazakii 59628 CGG|GTGCGTTAAT...AACATTTTATTT/ATTTTATTTATT...TACAG|CTT   0 47.413
145335333 GT-AG 0 1.000000099473604e-05 2373 rna-gnl|WGS:JTDE|EG68_00008 26266701 10 549976 552348 Paragonimus skrjabini miyazakii 59628 ATG|GTGAGCTAGA...TTGTTTTTACTG/TTTGTTTTTACT...TTCAG|TTT   0 57.199
145335334 GT-AG 0 0.0005107283447901 4544 rna-gnl|WGS:JTDE|EG68_00008 26266701 11 552436 556979 Paragonimus skrjabini miyazakii 59628 AAG|GTAACTTGAT...TTTGTCTTTCTA/CATCTGCTGACT...TGCAG|AAC   0 62.092
145335335 GC-AG 0 1.000000099473604e-05 1581 rna-gnl|WGS:JTDE|EG68_00008 26266701 12 557064 558644 Paragonimus skrjabini miyazakii 59628 GAG|GCAAGTGGAC...CTTGCTTTCATT/CTTGCTTTCATT...CGCAG|ATT   0 66.817
145335336 GT-AG 0 1.000000099473604e-05 4951 rna-gnl|WGS:JTDE|EG68_00008 26266701 13 558888 563838 Paragonimus skrjabini miyazakii 59628 CAA|GTAGGTGAAA...CCTCTTTTAAAC/TTTAAACTAATT...TACAG|CTA   0 80.484

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