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)

15 rows where transcript_id = 30057315

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
168293192 GT-AG 0 1.000000099473604e-05 1370 rna-XM_007419800.3 30057315 1 539061 540430 Python bivittatus 176946 CAG|GTAAGTAATA...CTCTCTTTTTCT/ATAATATTAAGC...ATCAG|GCC 0 1 2.042
168293193 GT-AG 0 1.957276327745505e-05 595 rna-XM_007419800.3 30057315 2 540604 541198 Python bivittatus 176946 AAT|GTAAGTGATC...TGTATTTTAATT/TGTATTTTAATT...CTCAG|TTA 2 1 8.585
168293194 GT-AG 0 1.000000099473604e-05 364 rna-XM_007419800.3 30057315 3 541350 541713 Python bivittatus 176946 ATG|GTGAGGGCTA...ACTTCTTTGACC/TTTGACCTTATT...CCTAG|GGT 0 1 14.297
168293195 GT-AG 0 1.000000099473604e-05 215 rna-XM_007419800.3 30057315 4 541775 541989 Python bivittatus 176946 CAG|GTAAGAGGGA...CACTTTTTAGCT/AGAAGCCTCACT...CTCAG|GTT 1 1 16.604
168293196 GT-AG 0 1.000000099473604e-05 2956 rna-XM_007419800.3 30057315 5 542085 545040 Python bivittatus 176946 CAG|GTGCGTGAAG...CATCTTTTAATT/CATCTTTTAATT...GGCAG|GTG 0 1 20.197
168293197 GT-AG 0 1.000000099473604e-05 87 rna-XM_007419800.3 30057315 6 545222 545308 Python bivittatus 176946 CAG|GTAGTGCAAA...GATCCTTTGACT/GATCCTTTGACT...TACAG|AAA 1 1 27.042
168293198 GT-AG 0 1.000000099473604e-05 885 rna-XM_007419800.3 30057315 7 545368 546252 Python bivittatus 176946 CTG|GTGAGAGCAT...AAAGTCTTAATT/AAAGTCTTAATT...CCTAG|GTG 0 1 29.274
168293199 GT-AG 0 0.0731275282016177 477 rna-XM_007419800.3 30057315 8 546375 546851 Python bivittatus 176946 CAT|GTAACCGTGA...AAATTCTTACTG/TAAATTCTTACT...TCTAG|GTA 2 1 33.888
168293200 GT-AG 0 1.000000099473604e-05 144 rna-XM_007419800.3 30057315 9 546893 547036 Python bivittatus 176946 GTG|GTGAGTTTCT...GTTCTCATAGAT/TTTGTTCTCATA...CTCAG|GTG 1 1 35.439
168293201 GT-AG 0 8.23117915333454e-05 1206 rna-XM_007419800.3 30057315 10 547156 548361 Python bivittatus 176946 AAG|GTAACAACTC...CCTCTTTTGACA/CCTCTTTTGACA...TGCAG|TTT 0 1 39.939
168293202 GT-AG 0 1.000000099473604e-05 446 rna-XM_007419800.3 30057315 11 548437 548882 Python bivittatus 176946 CAG|GTAAGTTAGA...TGCTTTTTAAAT/TGCTTTTTAAAT...TACAG|CGT 0 1 42.776
168293203 GT-AG 0 1.000000099473604e-05 172 rna-XM_007419800.3 30057315 12 548973 549144 Python bivittatus 176946 CAG|GTAAGAAGTG...TTTGCATTACCT/TTCCATTTTATA...TCCAG|ACC 0 1 46.18
168293204 GT-AG 0 0.0022232622868194 144 rna-XM_007419800.3 30057315 13 549259 549402 Python bivittatus 176946 GGA|GTAAGCTGGA...AATCCTTTATTT/TAATTGCTAATC...TTGAG|GAA 0 1 50.492
168293205 GT-AG 0 1.000000099473604e-05 506 rna-XM_007419800.3 30057315 14 549535 550040 Python bivittatus 176946 AAG|GTACTGCCGG...TTTCTCTTTTTT/ATTCTTCTCACA...CCCAG|GGT 0 1 55.484
168293206 GT-AG 0 1.000000099473604e-05 735 rna-XM_007419800.3 30057315 15 550248 550982 Python bivittatus 176946 AAG|GTACAGCAAT...TCACTCTTATCT/ATCACTCTTATC...ACTAG|GGC 0 1 63.313

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