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

✎ 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
130193154 GT-AG 0 2.822743483045988e-05 880 rna-gnl|WGS:VZSV|NOTJUL_R06877_mrna 23944493 1 9850929 9851808 Nothocercus julius 2585813 GAG|GTAGGATTCA...ATCCCTTTGACT/ACCGTTCTGACT...GCTAG|TTT 1 1 4.36
130193155 GT-AG 0 0.0001890344738518 1868 rna-gnl|WGS:VZSV|NOTJUL_R06877_mrna 23944493 2 9848878 9850745 Nothocercus julius 2585813 GGG|GTGCTCTTAA...TTCTTCTTGTTC/ATTCCTTTCATA...GTTAG|CTT 1 1 14.459
130193156 GT-AG 0 1.000000099473604e-05 494 rna-gnl|WGS:VZSV|NOTJUL_R06877_mrna 23944493 3 9848333 9848826 Nothocercus julius 2585813 AAG|GTAAGAAAGT...TGTCCCTTGGCT/CTCCAGCTTACC...GACAG|GTA 1 1 17.274
130193157 GT-AG 0 0.0008664376233707 79 rna-gnl|WGS:VZSV|NOTJUL_R06877_mrna 23944493 4 9848148 9848226 Nothocercus julius 2585813 TAA|GTAAGTTCTT...CATTCCTTACCT/ACATTCCTTACC...TATAG|ATT 2 1 23.124
130193158 GT-AG 0 0.0002573071177569 1649 rna-gnl|WGS:VZSV|NOTJUL_R06877_mrna 23944493 5 9846368 9848016 Nothocercus julius 2585813 GTG|GTACGCTCAG...CATTTTCTAGTG/GCTTAGGTCACA...TGCAG|GTG 1 1 30.353
130193159 GT-AG 0 1.000000099473604e-05 456 rna-gnl|WGS:VZSV|NOTJUL_R06877_mrna 23944493 6 9845615 9846070 Nothocercus julius 2585813 GCG|GTAAGACGCC...GGCCTTTCAGCA/AGGCCTTTCAGC...CTCAG|AAA 1 1 46.744
130193160 GT-AG 0 1.000000099473604e-05 217 rna-gnl|WGS:VZSV|NOTJUL_R06877_mrna 23944493 7 9845284 9845500 Nothocercus julius 2585813 CAG|GTGAGCAGGA...TTCTCTATGAAT/TTCTCTATGAAT...TTCAG|ACT 1 1 53.035
130193161 GT-AG 0 1.000000099473604e-05 582 rna-gnl|WGS:VZSV|NOTJUL_R06877_mrna 23944493 8 9844575 9845156 Nothocercus julius 2585813 CTG|GTAAGTAACA...CCTTCCTTGTCT/TCAAAAATCACT...CTTAG|GCA 2 1 60.044
130193162 GT-AG 0 1.000000099473604e-05 311 rna-gnl|WGS:VZSV|NOTJUL_R06877_mrna 23944493 9 9844096 9844406 Nothocercus julius 2585813 AAA|GTAAGAGCCT...CTTTCCTAAAAA/ACGGCTCTCACT...TTCAG|ATA 2 1 69.316
130193163 GT-AG 0 1.000000099473604e-05 111 rna-gnl|WGS:VZSV|NOTJUL_R06877_mrna 23944493 10 9843811 9843921 Nothocercus julius 2585813 GAG|GTGAGGAGGT...CTGATTATAACC/ATAAGGCTGATT...CACAG|GCT 2 1 78.918
130193164 GT-AG 0 1.000000099473604e-05 1508 rna-gnl|WGS:VZSV|NOTJUL_R06877_mrna 23944493 11 9842124 9843631 Nothocercus julius 2585813 CAG|GTAAGTGGCA...TCCCCTATGATC/AAGCACCTGACT...TGTAG|GGT 1 1 88.797
130193165 GT-AG 0 0.0001019335996037 98 rna-gnl|WGS:VZSV|NOTJUL_R06877_mrna 23944493 12 9841955 9842052 Nothocercus julius 2585813 AAG|GTACATTCAA...TGCTCCTTGCAC/CTTGCACCAACC...TTTAG|AGC 0 1 92.715

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