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

✎ 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
179732974 GT-AG 0 1.000000099473604e-05 29725 rna-XM_047145250.1 32191393 1 1060294873 1060324597 Schistocerca americana 7009 GAG|GTAAGTCAGT...TGTATCTTATCT/ATGTATCTTATC...TTCAG|TAT 0 1 0.541
179732975 GT-AG 0 1.000000099473604e-05 15848 rna-XM_047145250.1 32191393 2 1060324669 1060340516 Schistocerca americana 7009 ACA|GTGAGTATAT...CTCTTTTTAATT/CTCTTTTTAATT...TGCAG|GAC 2 1 1.527
179732976 GT-AG 0 0.0002331880341872 16732 rna-XM_047145250.1 32191393 3 1060340656 1060357387 Schistocerca americana 7009 AAG|GTTTGTTTTG...ATATCTCTGATA/ATATCTCTGATA...TGCAG|TCA 0 1 3.457
179732977 GT-AG 0 1.000000099473604e-05 11792 rna-XM_047145250.1 32191393 4 1060357554 1060369345 Schistocerca americana 7009 AAG|GTACGGCATT...TGAGATTTAATG/CTGAGATTTAAT...TACAG|AAG 1 1 5.761
179732978 GT-AG 0 1.000000099473604e-05 53177 rna-XM_047145250.1 32191393 5 1060369460 1060422636 Schistocerca americana 7009 AAG|GTAGTGCATT...TGATCTTTATTT/TTGATCTTTATT...TACAG|GAA 1 1 7.344
179732979 GT-AG 0 1.000000099473604e-05 31374 rna-XM_047145250.1 32191393 6 1060422844 1060454217 Schistocerca americana 7009 AAG|GTAAAATTAT...ACTGCTTTATAA/TTAACATTTATT...TTCAG|GTG 1 1 10.218
179732980 GT-AG 0 1.7484934082494926e-05 767 rna-XM_047145250.1 32191393 7 1060455214 1060455980 Schistocerca americana 7009 CCT|GTAAGTATAC...ATGTTCTGAAAT/TATGTTCTGAAA...TGCAG|GTG 1 1 24.046
179732981 GT-AG 0 1.000000099473604e-05 79 rna-XM_047145250.1 32191393 8 1060460259 1060460337 Schistocerca americana 7009 TCA|GTAAGTGGAG...GTAGATTTAATT/AATTGTCTGACA...TTCAG|ATC 1 1 83.437
179732982 GC-AG 0 1.000000099473604e-05 65656 rna-XM_047145250.1 32191393 9 1060460471 1060526126 Schistocerca americana 7009 TAG|GCAAGTATTC...ATACATTTATTT/CATACATTTATT...TTTAG|GTG 2 1 85.284
179732983 GT-AG 0 2.0162754778843505e-05 14066 rna-XM_047145250.1 32191393 10 1060526335 1060540400 Schistocerca americana 7009 GAG|GTAAGCAATA...AGGCTTTTAACT/AGGCTTTTAACT...TACAG|TAC 0 1 88.172
179732984 GT-AG 0 8.092810652847716e-05 2280 rna-XM_047145250.1 32191393 11 1060540585 1060542864 Schistocerca americana 7009 TGA|GTAAGTACTT...TTGTTTTTAAAT/TTGTTTTTAAAT...TGCAG|ATT 1 1 90.726
179732985 GT-AG 0 1.000000099473604e-05 26422 rna-XM_047145250.1 32191393 12 1060543039 1060569460 Schistocerca americana 7009 AAT|GTAAGTACAG...TATGTTTTATAT/TTATGTTTTATA...TTAAG|GTC 1 1 93.142
179732986 GT-AG 0 1.000000099473604e-05 12231 rna-XM_047145250.1 32191393 13 1060569635 1060581865 Schistocerca americana 7009 TTG|GTAAGTAACA...TTGCCTTTAACT/TTTATTCTTAGT...TTCAG|GGT 1 1 95.557
179732987 GT-AG 0 1.000000099473604e-05 16255 rna-XM_047145250.1 32191393 14 1060581950 1060598204 Schistocerca americana 7009 AAG|GTACTGATCC...AGTTTTGTAATG/AGTTTTGTAATG...TTCAG|TCA 1 1 96.724

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