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

✎ 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
130193069 GT-AG 0 1.000000099473604e-05 7102 rna-gnl|WGS:VZSV|NOTJUL_R06913_mrna 23944486 1 15628941 15636042 Nothocercus julius 2585813 TAG|GTGGGTAGAA...GTTTTCTTATTT/TGTTTTCTTATT...CCTAG|AAG 1 1 18.123
130193070 GT-AG 0 0.0001130838248851 5410 rna-gnl|WGS:VZSV|NOTJUL_R06913_mrna 23944486 2 15623322 15628731 Nothocercus julius 2585813 GAG|GTATGTACAG...AGTGCTTTACTA/AAGTGCTTTACT...CTTAG|GTG 0 1 28.444
130193071 GT-AG 0 1.000000099473604e-05 1333 rna-gnl|WGS:VZSV|NOTJUL_R06913_mrna 23944486 3 15621911 15623243 Nothocercus julius 2585813 CAG|GTAAAGCAGT...TTTTCTTTAACT/TTTTCTTTAACT...ACTAG|GCG 0 1 32.296
130193072 GT-AG 0 0.0014674471837631 619 rna-gnl|WGS:VZSV|NOTJUL_R06913_mrna 23944486 4 15621145 15621763 Nothocercus julius 2585813 CTG|GTATGTATTG...ATGTCTTTGAGT/TTGAGTTTCATA...TACAG|GGT 0 1 39.556
130193073 GT-AG 0 1.000000099473604e-05 1844 rna-gnl|WGS:VZSV|NOTJUL_R06913_mrna 23944486 5 15619139 15620982 Nothocercus julius 2585813 CTG|GTGAGCCATG...CAGATTTTGATA/CAGATTTTGATA...CTCAG|GCT 0 1 47.556
130193074 GT-AG 0 1.0872423744353278e-05 846 rna-gnl|WGS:VZSV|NOTJUL_R06913_mrna 23944486 6 15618215 15619060 Nothocercus julius 2585813 GTT|GTAAGTAGCT...TTTTCCCTGTTT/TGTTTTTCCATT...CACAG|ATA 0 1 51.407
130193075 GT-AG 0 1.4595530249736368e-05 1680 rna-gnl|WGS:VZSV|NOTJUL_R06913_mrna 23944486 7 15616351 15618030 Nothocercus julius 2585813 CTG|GTAAGCAAAG...TTTTTCTTACTA/CTTTTTCTTACT...TTAAG|GAA 1 1 60.494
130193076 GT-AG 0 1.000000099473604e-05 418 rna-gnl|WGS:VZSV|NOTJUL_R06913_mrna 23944486 8 15615861 15616278 Nothocercus julius 2585813 CAG|GTTGGATATA...TTGATTTTATTT/ATTGTGTTGATT...GTTAG|GTA 1 1 64.049
130193077 GT-AG 0 2.358582273999888e-05 693 rna-gnl|WGS:VZSV|NOTJUL_R06913_mrna 23944486 9 15615096 15615788 Nothocercus julius 2585813 ATG|GTAAGCAACA...GCCTTTTTAAAT/GCCTTTTTAAAT...TCAAG|ATT 1 1 67.605
130193078 GT-AG 0 1.000000099473604e-05 691 rna-gnl|WGS:VZSV|NOTJUL_R06913_mrna 23944486 10 15614237 15614927 Nothocercus julius 2585813 CAC|GTAAGTGTGC...ACTGTCTTGGTT/TTGGTTTTTATG...TGTAG|ATA 1 1 75.901
130193079 GT-AG 0 3.298003099167292e-05 199 rna-gnl|WGS:VZSV|NOTJUL_R06913_mrna 23944486 11 15613835 15614033 Nothocercus julius 2585813 CAG|GTATGGCAGG...CTACCCTTAAAC/AACTTGTTAACT...TGCAG|TCA 0 1 85.926
130193080 GT-AG 0 0.0001141027648342 1539 rna-gnl|WGS:VZSV|NOTJUL_R06913_mrna 23944486 12 15612185 15613723 Nothocercus julius 2585813 AAG|GTAACATCTG...CCATTGTTAGCG/GGGAGACTGACA...TCCAG|CCG 0 1 91.407

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