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)

12 rows where transcript_id = 16792022

✎ 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
89436700 GT-AG 0 1.000000099473604e-05 1873 rna-gnl|WGS:WBNJ|HALSEN_R07240_mrna 16792022 1 163812 165684 Halcyon senegalensis 342381 GCG|GTGAGAATGT...CGCTCTTCAGTC/TTCAGTCTGATG...TCCAG|GTG 1 1 11.416
89436701 GT-AG 0 1.000000099473604e-05 149 rna-gnl|WGS:WBNJ|HALSEN_R07240_mrna 16792022 2 163476 163624 Halcyon senegalensis 342381 GAG|GTGCTGTGTC...GTCAGGTTAGCT/TGAGAATTCACC...TGCAG|ATT 2 1 23.614
89436702 GT-AG 0 1.000000099473604e-05 779 rna-gnl|WGS:WBNJ|HALSEN_R07240_mrna 16792022 3 162609 163387 Halcyon senegalensis 342381 GAG|GTAATGGTGT...TGTTCTTTTTCT/TAGTGCATCAGC...TCCAG|TAT 0 1 29.354
89436703 GT-AG 0 1.000000099473604e-05 711 rna-gnl|WGS:WBNJ|HALSEN_R07240_mrna 16792022 4 161818 162528 Halcyon senegalensis 342381 CAG|GTGAGGTGGG...TCCACCTTTGCT/GGGATTGTTACT...CACAG|GGC 2 1 34.573
89436704 GT-AG 0 0.0002768841639233 986 rna-gnl|WGS:WBNJ|HALSEN_R07240_mrna 16792022 5 160738 161723 Halcyon senegalensis 342381 CGG|GTAGGTTTGG...TGTACTTTAGCC/TAGCCATTTATT...TACAG|TCC 0 1 40.705
89436705 GT-AG 0 0.0001299405320689 869 rna-gnl|WGS:WBNJ|HALSEN_R07240_mrna 16792022 6 159774 160642 Halcyon senegalensis 342381 TTG|GTAAGTTTTC...TGGTCCTTGTCT/TCTGCACTGACC...AACAG|GAG 2 1 46.902
89436706 GT-AG 0 1.000000099473604e-05 604 rna-gnl|WGS:WBNJ|HALSEN_R07240_mrna 16792022 7 159111 159714 Halcyon senegalensis 342381 GAG|GTAGAGAGCG...TGAGTTTTGATT/TGAGTTTTGATT...TTAAG|GAC 1 1 50.75
89436707 GT-AG 0 1.000000099473604e-05 1142 rna-gnl|WGS:WBNJ|HALSEN_R07240_mrna 16792022 8 157845 158986 Halcyon senegalensis 342381 AAG|GTCAGGATGA...TCACTCTTGTTT/TGCCCAATCACT...TCCAG|TGA 2 1 58.839
89436708 GT-AG 0 1.000000099473604e-05 736 rna-gnl|WGS:WBNJ|HALSEN_R07240_mrna 16792022 9 157019 157754 Halcyon senegalensis 342381 CTG|GTACGGAGAT...GTGTGTTTAGTT/TTAGTTCTCAAA...TACAG|CTA 2 1 64.71
89436709 GT-AG 0 1.000000099473604e-05 156 rna-gnl|WGS:WBNJ|HALSEN_R07240_mrna 16792022 10 156740 156895 Halcyon senegalensis 342381 GGG|GTGAGTTGGC...TTGGGCTTGTCT/TGGTGGGTAACC...CCCAG|TGG 2 1 72.733
89436710 GT-AG 0 1.000000099473604e-05 88 rna-gnl|WGS:WBNJ|HALSEN_R07240_mrna 16792022 11 156544 156631 Halcyon senegalensis 342381 TGG|GTAAGAAAAG...ACGCTCTTCCTC/TGTGTACAAACC...GGCAG|CTA 2 1 79.778
89436711 GT-AG 0 1.000000099473604e-05 152 rna-gnl|WGS:WBNJ|HALSEN_R07240_mrna 16792022 12 156273 156424 Halcyon senegalensis 342381 AAC|GTAAGGACCT...ATGGCTTTATTT/CTTTTTCTCATC...TGCAG|CCA 1 1 87.541

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