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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
174593690 GT-AG 0 1.059430550061211e-05 1578 rna-NZN594_LOCUS903 31341652 1 4972591 4974168 Rotaria sp. silwood1 2762511 AAA|GTAATTCAAA...ATTTTCTAGATT/ATATAATTCATT...ATTAG|ATT 1 1 2.911
174593691 GT-AG 0 1.000000099473604e-05 55 rna-NZN594_LOCUS903 31341652 2 4972336 4972390 Rotaria sp. silwood1 2762511 AAA|GTAAAGAATA...TTTTTTTTATTT/TTTTTTTTTATT...ATCAG|TTG 0 1 7.846
174593692 GT-AG 0 1.000000099473604e-05 58 rna-NZN594_LOCUS903 31341652 3 4971929 4971986 Rotaria sp. silwood1 2762511 GAG|GTTATTTTAT...TTTTTTTTATTT/GTTTTTTTTATT...TATAG|ATC 1 1 16.457
174593693 GT-AG 0 3.509485717998984e-05 1724 rna-NZN594_LOCUS903 31341652 4 4969987 4971710 Rotaria sp. silwood1 2762511 ATA|GTAAGATGCT...TTTTTTTTAATT/TTTTTTTTAATT...ACTAG|GTT 0 1 21.836
174593694 GT-AG 0 1.000000099473604e-05 55 rna-NZN594_LOCUS903 31341652 5 4969710 4969764 Rotaria sp. silwood1 2762511 ATG|GTAAGCAGAA...TTCTCTATAGTA/TTTTTCTCTATA...CTTAG|CTT 0 1 27.313
174593695 GT-AG 0 1.000000099473604e-05 56 rna-NZN594_LOCUS903 31341652 6 4969552 4969607 Rotaria sp. silwood1 2762511 AAA|GTAAGAAAAC...GAAGGTTTAATT/TTTAATTTAAAT...ATAAG|GTT 0 1 29.83
174593696 GT-AG 0 2.8910394387684826e-05 69 rna-NZN594_LOCUS903 31341652 7 4969370 4969438 Rotaria sp. silwood1 2762511 GAG|GTGTGTTAAT...TTTTTTTTAAAG/TTTTTTTTAAAG...TATAG|ATC 2 1 32.618
174593697 GT-AG 0 0.0005168360367167 182 rna-NZN594_LOCUS903 31341652 8 4969022 4969203 Rotaria sp. silwood1 2762511 GAA|GTAAGCAATC...TGATTCTTAATT/CTTAATTTTATT...TATAG|ATT 0 1 36.714
174593698 GT-AG 0 1.000000099473604e-05 735 rna-NZN594_LOCUS903 31341652 9 4967990 4968724 Rotaria sp. silwood1 2762511 GAG|GTAATAGCTT...TTTTTTTTAAAC/CATTTTCTAATA...TCTAG|ATT 0 1 44.041
174593699 GT-AG 0 1.000000099473604e-05 63 rna-NZN594_LOCUS903 31341652 10 4967429 4967491 Rotaria sp. silwood1 2762511 CCG|GTAGAAAATG...TTGTTTTTATTT/TTTATTTTTATT...TTTAG|TCA 0 1 56.329
174593700 GT-AG 0 1.000000099473604e-05 1852 rna-NZN594_LOCUS903 31341652 11 4965108 4966959 Rotaria sp. silwood1 2762511 ATG|GTAAATACTC...ATTGCTTGGATA/ACATATGTGATG...TTTAG|AAT 1 1 67.9
174593701 GT-AG 0 1.000000099473604e-05 1427 rna-NZN594_LOCUS903 31341652 12 4962921 4964347 Rotaria sp. silwood1 2762511 AAT|GTAAGTAAAA...TGTTTTTTAAAT/ATATATTTTATT...TGTAG|ACT 2 1 86.652
174593702 GT-AG 0 4.338301464987718e-05 51 rna-NZN594_LOCUS903 31341652 13 4962448 4962498 Rotaria sp. silwood1 2762511 TAA|GTAATTAATA...AATATTTTGAAA/AATATTTTGAAA...ATTAG|ATA 1 1 97.064
174593703 GT-AG 0 1.838935725467488e-05 53 rna-NZN594_LOCUS903 31341652 14 4962300 4962352 Rotaria sp. silwood1 2762511 AAA|GTAAATAATA...TATTGCTTATTG/TTATTGCTTATT...TTCAG|TTA 0 1 99.408

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