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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
163707542 GT-AG 0 1.000000099473604e-05 161 rna-XM_020555709.1 29402372 2 33506009 33506169 Prunus persica 3760 CAG|GTTAGTTCTC...AGAGCTCTAACA/GATTTATTTAGA...AACAG|AAT 2 1 24.657
163707543 GT-AG 0 1.000000099473604e-05 96 rna-XM_020555709.1 29402372 3 33506228 33506323 Prunus persica 3760 CAG|GTAAGGCTGA...TAAATTTTAGAA/TTTAGAATAACC...GCCAG|GAA 0 1 25.901
163707544 GT-AG 0 3.590118444675104e-05 109 rna-XM_020555709.1 29402372 4 33506666 33506774 Prunus persica 3760 ATA|GTATGACACA...GGATTTTTGCTG/TTTTTGCTGAAA...ATTAG|GAG 0 1 33.24
163707545 GT-AG 0 1.000000099473604e-05 79 rna-XM_020555709.1 29402372 5 33506864 33506942 Prunus persica 3760 TAG|GTGAAATATG...ATTGTATTAACT/TTTCTTCTGATT...TGCAG|TCC 2 1 35.15
163707546 GT-AG 0 0.0024287663092566 119 rna-XM_020555709.1 29402372 6 33508227 33508345 Prunus persica 3760 CAG|GTATACATAC...GAATTCTTCTTA/ATTCTTCTTATG...GGCAG|GAG 2 1 62.704
163707547 GT-AG 0 0.0003576090802417 106 rna-XM_020555709.1 29402372 7 33508491 33508596 Prunus persica 3760 CTG|GTTTTCCTTC...GCCATTTAAACA/AAGATTGTCACA...TGCAG|GTT 0 1 65.815
163707548 GT-AG 0 0.0003254275605231 85 rna-XM_020555709.1 29402372 8 33508855 33508939 Prunus persica 3760 ATG|GTGTGCCTTT...TTAATTTTAAAT/ATATACCTCATT...CACAG|GAC 0 1 71.352
163707549 GT-AG 0 7.151082377454448e-05 99 rna-XM_020555709.1 29402372 9 33509250 33509348 Prunus persica 3760 CAG|GTAATCTCGG...ACATCTATAACT/AAGAAGTTAACA...TGTAG|CCG 1 1 78.004
163707550 GT-AG 0 1.000000099473604e-05 86 rna-XM_020555709.1 29402372 10 33509474 33509559 Prunus persica 3760 ATA|GTAAGTGGTG...GTAATTTAAGTG/AGATTACTAACT...TATAG|ACA 0 1 80.687
163707551 GT-AG 0 1.000000099473604e-05 127 rna-XM_020555709.1 29402372 11 33509680 33509806 Prunus persica 3760 AAG|GTAAAGACCA...GCCTCGTTAACA/CTGAGACTAATA...TTTAG|GTA 0 1 83.262
163707552 GT-AG 0 1.000000099473604e-05 69 rna-XM_020555709.1 29402372 12 33509939 33510007 Prunus persica 3760 CGG|GTAAGTCATT...GTTGTTTTGAAT/CTTCTATTAACA...TACAG|GTC 0 1 86.094
163707553 GT-AG 0 1.000000099473604e-05 96 rna-XM_020555709.1 29402372 13 33510131 33510226 Prunus persica 3760 AAG|GTAAGTGCTC...TAGGCCTTACCC/TTAGGCCTTACC...CGCAG|GTG 0 1 88.734
163707554 GT-AG 0 1.000000099473604e-05 71 rna-XM_020555709.1 29402372 14 33510338 33510408 Prunus persica 3760 CAG|GTAAATCACA...GAGATTTTAATG/GAGATTTTAATG...GGCAG|GAG 0 1 91.116
163707555 GT-AG 0 1.000000099473604e-05 89 rna-XM_020555709.1 29402372 15 33510805 33510893 Prunus persica 3760 CAG|GTTAGGACAG...TTATATTTAATC/TTATATTTAATC...TGCAG|GTT 0 1 99.614
163729430 GT-AG 0 6.612567096637985e-05 459 rna-XM_020555709.1 29402372 1 33504495 33504953 Prunus persica 3760 ATG|GTAAGCATGT...CTTTGTTTGACA/CTTTGTTTGACA...AGCAG|AAA   0 4.528

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