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

✎ 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
143078484 GT-AG 0 2.060644676985427 1023 rna-XM_025942832.1 25832574 1 54814060 54815082 Panicum hallii 206008 CAG|GTATCGTTTC...TTTTTCTTACCC/GTTTTTCTTACC...TACAG|CGC 0 1 14.298
143078485 GT-AG 0 1.000000099473604e-05 267 rna-XM_025942832.1 25832574 2 54813617 54813883 Panicum hallii 206008 CCG|GTAAAATGCT...TTCATTTTGACA/AGTAAATTCATT...TTCAG|GAA 2 1 19.291
143078486 GT-AG 0 0.0476834452871982 704 rna-XM_025942832.1 25832574 3 54812799 54813502 Panicum hallii 206008 AAG|GTATTTTATG...TAACTCTTGACA/TAACTCTTGACA...TGCAG|TGT 2 1 22.525
143078487 GT-AG 0 0.0808573534465516 76 rna-XM_025942832.1 25832574 4 54812614 54812689 Panicum hallii 206008 ACT|GTATGTATTG...ATTCTTTTATTT/TATTCTTTTATT...CTTAG|GTC 0 1 25.617
143078488 GT-AG 0 1.000000099473604e-05 259 rna-XM_025942832.1 25832574 5 54812268 54812526 Panicum hallii 206008 CAG|GTAATTGCAT...TCATTCTTATGT/ATCATTCTTATG...TGTAG|ATT 0 1 28.085
143078489 GT-AG 0 0.0183867979397187 1105 rna-XM_025942832.1 25832574 6 54811044 54812148 Panicum hallii 206008 TAG|GTATCACACA...CCTTTCTTATTC/CCCTTTCTTATT...TGCAG|GAA 2 1 31.461
143078490 GT-AG 0 2.9163674409625583e-05 141 rna-XM_025942832.1 25832574 7 54810725 54810865 Panicum hallii 206008 CAA|GTATGGACTA...CATGCCTAACTG/ACATGCCTAACT...TGCAG|GTT 0 1 36.511
143078491 GT-AG 0 0.4653642100031221 94 rna-XM_025942832.1 25832574 8 54810031 54810124 Panicum hallii 206008 GCT|GTATGATTTT...AAATCTTTAACT/CTTTAACTAATG...TTCAG|GGT 0 1 53.532
143078492 GT-AG 0 1.000000099473604e-05 86 rna-XM_025942832.1 25832574 9 54809666 54809751 Panicum hallii 206008 AAG|GTAATATTGG...TCAAACTTAATG/GATATACTGATC...CTCAG|GAA 0 1 61.447
143078493 GT-AG 0 1.000000099473604e-05 92 rna-XM_025942832.1 25832574 10 54809367 54809458 Panicum hallii 206008 ATG|GTAAGTTACT...AGAACCTAAATA/GAGAACCTAAAT...TGCAG|GTG 0 1 67.319
143078494 GT-AG 0 1.000000099473604e-05 598 rna-XM_025942832.1 25832574 11 54808421 54809018 Panicum hallii 206008 GAG|GTTAGCACTT...TAAACCTTAACT/TTCTTTTTGATT...CACAG|GTG 0 1 77.191
143078495 GT-AG 0 0.0001691800567421 552 rna-XM_025942832.1 25832574 12 54807632 54808183 Panicum hallii 206008 CAG|GTTACCATGC...TGAATATTAATT/TGAATATTAATT...ACCAG|ATT 0 1 83.915
143078496 GT-AG 0 1.000000099473604e-05 687 rna-XM_025942832.1 25832574 13 54806724 54807410 Panicum hallii 206008 CAG|GTAAAAAACT...TAACTCATGACT/CTCTTTCTAATG...TGTAG|TTA 2 1 90.184
143078497 GT-AG 0 1.000000099473604e-05 83 rna-XM_025942832.1 25832574 14 54806541 54806623 Panicum hallii 206008 AAG|GTCTGGCATA...TTGTCCTTGTCT/CCTTGTCTCATT...TATAG|ATA 0 1 93.021
143078498 GT-AG 0 0.0336960752367503 157 rna-XM_025942832.1 25832574 15 54806237 54806393 Panicum hallii 206008 CAG|GTATATTATG...TTTGCTTTATCT/TTTTGCTTTATC...TCCAG|ATT 0 1 97.191

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