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

✎ 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
96691187 GT-AG 0 1.000000099473604e-05 1271 rna-gnl|WGS:VZSZ|IBISTR_R09198_mrna 18073419 1 60340 61610 Ibidorhyncha struthersii 425643 TAG|GTAAGACAAT...GTCTCTTTAACA/TTCTTGCTGACT...ACTAG|AGT 2 1 5.351
96691188 GT-AG 0 0.001821211127444 1196 rna-gnl|WGS:VZSZ|IBISTR_R09198_mrna 18073419 2 61687 62882 Ibidorhyncha struthersii 425643 GAG|GTATAGTTCC...CTTCCCTTCTCT/GTGCGTGTCACT...TCAAG|GTA 0 1 10.846
96691189 GT-AG 0 1.000000099473604e-05 1475 rna-gnl|WGS:VZSZ|IBISTR_R09198_mrna 18073419 3 62981 64455 Ibidorhyncha struthersii 425643 AAG|GTAAGATTAC...TATTTTTTGATT/TATTTTTTGATT...AACAG|GGC 2 1 17.932
96691190 GT-AG 0 1.000000099473604e-05 2697 rna-gnl|WGS:VZSZ|IBISTR_R09198_mrna 18073419 4 64569 67265 Ibidorhyncha struthersii 425643 CAA|GTTAACACCC...AGTTCTGTAATT/TTGTAGTTGATT...GATAG|CTT 1 1 26.103
96691191 GT-AG 0 1.000000099473604e-05 609 rna-gnl|WGS:VZSZ|IBISTR_R09198_mrna 18073419 5 67352 67960 Ibidorhyncha struthersii 425643 CTG|GTAAGATGAA...GATTTTGTAATG/GATTTTGTAATG...TTTAG|GAT 0 1 32.321
96691192 GT-AG 0 3.91175748267145e-05 1251 rna-gnl|WGS:VZSZ|IBISTR_R09198_mrna 18073419 6 68057 69307 Ibidorhyncha struthersii 425643 CAG|GTAACGAGTG...TTTTTCTTTTTT/CTCCCTGTCATG...AACAG|GTA 0 1 39.262
96691193 GT-AG 0 1.000000099473604e-05 3834 rna-gnl|WGS:VZSZ|IBISTR_R09198_mrna 18073419 7 69389 73222 Ibidorhyncha struthersii 425643 AAG|GTAAGCTATG...CATTTCCTTGCT/AAAGTGATCATT...TTCAG|AGC 0 1 45.119
96691194 GT-AG 0 1.000000099473604e-05 2309 rna-gnl|WGS:VZSZ|IBISTR_R09198_mrna 18073419 8 73411 75719 Ibidorhyncha struthersii 425643 AAA|GTGAGTCAGT...GACTGCTTGATT/GACTGCTTGATT...GCCAG|GCT 2 1 58.713
96691195 GT-AG 0 1.000000099473604e-05 327 rna-gnl|WGS:VZSZ|IBISTR_R09198_mrna 18073419 9 75841 76167 Ibidorhyncha struthersii 425643 AAG|GTCTAAACGA...TAAAACATATCA/AAGAAGCTAATT...TCCAG|GCA 0 1 67.462
96691196 GT-AG 0 0.0056053813381689 605 rna-gnl|WGS:VZSZ|IBISTR_R09198_mrna 18073419 10 76299 76903 Ibidorhyncha struthersii 425643 GGG|GTAACTCTCT...TCCTCCTTGTTC/GTTGCATTCAAA...TGCAG|CAC 2 1 76.934
96691197 GT-AG 0 0.0002356406642382 355 rna-gnl|WGS:VZSZ|IBISTR_R09198_mrna 18073419 11 77026 77380 Ibidorhyncha struthersii 425643 AAG|GTTGCCACTT...TTTATCTTGTTC/CTCCTGTTTATC...AACAG|GAG 1 1 85.756
96691198 GT-AG 0 1.000000099473604e-05 778 rna-gnl|WGS:VZSZ|IBISTR_R09198_mrna 18073419 12 77486 78263 Ibidorhyncha struthersii 425643 ACG|GTGAGGAACT...TTACTCTTCTCT/TGACTACTTACT...TTCAG|GCA 1 1 93.348

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