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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
179853011 GT-AG 0 1.000000099473604e-05 38563 rna-XM_047248509.1 32210503 1 1045073855 1045112417 Schistocerca piceifrons 274613 GAG|GTAAGTCAGT...CGTATCTTATCT/ACGTATCTTATC...TTCAG|TAT 0 1 0.586
179853012 GT-AG 0 1.000000099473604e-05 12657 rna-XM_047248509.1 32210503 2 1045112489 1045125145 Schistocerca piceifrons 274613 ACA|GTGAGTATAT...CTCTTTTTAATT/CTCTTTTTAATT...TGCAG|GAC 2 1 1.652
179853013 GT-AG 0 0.0002331880341872 16874 rna-XM_047248509.1 32210503 3 1045125285 1045142158 Schistocerca piceifrons 274613 AAG|GTTTGTTTTG...ATATCTCTGATA/ATATCTCTGATA...TGCAG|TCA 0 1 3.739
179853014 GT-AG 0 1.000000099473604e-05 9179 rna-XM_047248509.1 32210503 4 1045142325 1045151503 Schistocerca piceifrons 274613 AAG|GTACGGCATT...TGAGATTTAATG/CTGAGATTTAAT...TACAG|AAG 1 1 6.231
179853015 GT-AG 0 1.000000099473604e-05 41848 rna-XM_047248509.1 32210503 5 1045151618 1045193465 Schistocerca piceifrons 274613 AAG|GTAGTGCATT...TGATCTTTATTT/TTGATCTTTATT...TACAG|GAA 1 1 7.943
179853016 GT-AG 0 1.000000099473604e-05 31613 rna-XM_047248509.1 32210503 6 1045193673 1045225285 Schistocerca piceifrons 274613 AAG|GTAAAATTAT...ACTGCTTTATAA/ATAATGTTAACA...TTCAG|GTG 1 1 11.051
179853017 GT-AG 0 2.681123619202163e-05 1516 rna-XM_047248509.1 32210503 7 1045225739 1045227254 Schistocerca piceifrons 274613 AAA|GTAAGTTTAT...ATGTTCTGAAAT/TATGTTCTGAAA...TGCAG|GTG 1 1 17.853
179853018 GT-AG 0 1.000000099473604e-05 79 rna-XM_047248509.1 32210503 8 1045231533 1045231611 Schistocerca piceifrons 274613 TCA|GTAAGTGGAG...GTAGATTTAATT/AATTGTCTGACA...TTCAG|ATC 1 1 82.087
179853019 GC-AG 0 1.000000099473604e-05 70792 rna-XM_047248509.1 32210503 9 1045231745 1045302536 Schistocerca piceifrons 274613 TAG|GCAAGTATTC...ATACATTTATTT/CATACATTTATT...TTTAG|GTG 2 1 84.084
179853020 GT-AG 0 2.0162754778843505e-05 14139 rna-XM_047248509.1 32210503 10 1045302745 1045316883 Schistocerca piceifrons 274613 GAG|GTAAGCAATA...AGGCTTTTAACT/AGGCTTTTAACT...TACAG|TAC 0 1 87.207
179853021 GT-AG 0 8.092810652847716e-05 2201 rna-XM_047248509.1 32210503 11 1045317068 1045319268 Schistocerca piceifrons 274613 TGA|GTAAGTACTT...TTGTTTTTAAAT/TTGTTTTTAAAT...TGCAG|ATT 1 1 89.97
179853022 GT-AG 0 1.000000099473604e-05 26105 rna-XM_047248509.1 32210503 12 1045319443 1045345547 Schistocerca piceifrons 274613 AAT|GTAAGTACAG...TATGTTTTATAT/TTATGTTTTATA...TTAAG|GTC 1 1 92.583
179853023 GT-AG 0 1.000000099473604e-05 12389 rna-XM_047248509.1 32210503 13 1045345722 1045358110 Schistocerca piceifrons 274613 TTG|GTGAGTAACA...TTTTTCTTAGTA/TTTTTTCTTAGT...TTCAG|GGT 1 1 95.195
179853024 GT-AG 0 1.000000099473604e-05 16666 rna-XM_047248509.1 32210503 14 1045358195 1045374860 Schistocerca piceifrons 274613 GAG|GTACTGATCC...AGTTTTGTAATG/AGTTTTGTAATG...TTCAG|TCA 1 1 96.456

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