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

✎ 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
163706581 GT-AG 0 3.632893325899792e-05 2267 rna-XM_020558191.1 29402312 1 43717426 43719692 Prunus persica 3760 CCT|GTGAGTTTCT...ACTTTTTTGACC/ACTTTTTTGACC...TTCAG|CCT 0 1 0.866
163706582 GT-AG 0 1.000000099473604e-05 76 rna-XM_020558191.1 29402312 4 43719791 43719866 Prunus persica 3760 AAG|GTGGTAGCTT...TTCTTTTTATCC/ATTCTTTTTATC...TTCAG|GGT 0 1 1.733
163706583 GT-AG 0 0.0109333169853438 154 rna-XM_020558191.1 29402312 5 43720074 43720227 Prunus persica 3760 GAG|GTATGTTGTT...GTCTTTTTAATG/GTCTTTTTAATG...TTCAG|CAT 0 1 3.6
163706584 GT-AG 0 1.000000099473604e-05 93 rna-XM_020558191.1 29402312 6 43726811 43726903 Prunus persica 3760 CAG|GTAAATATGC...GGGTTCCTGACT/GGGTTCCTGACT...TCCAG|ATA 1 1 63.003
163706585 GT-AG 0 0.0020832321223771 91 rna-XM_020558191.1 29402312 7 43728007 43728097 Prunus persica 3760 GAG|GTACGCTGTT...TTGTTCTTTGTT/AAATGTGTAATT...CTCAG|GTT 0 1 72.956
163706586 GT-AG 0 1.000000099473604e-05 81 rna-XM_020558191.1 29402312 8 43728401 43728481 Prunus persica 3760 CAG|GTAGAATATG...CCTTTTTTATTG/TCCTTTTTTATT...TGCAG|CCT 0 1 75.69
163706587 GT-AG 0 1.000000099473604e-05 701 rna-XM_020558191.1 29402312 9 43728681 43729381 Prunus persica 3760 CTG|GTAAGATCTC...AATGTCTTGCCT/TCGTTTCTAATG...TATAG|GTG 1 1 77.486
163706588 GT-AG 0 1.000000099473604e-05 113 rna-XM_020558191.1 29402312 10 43729660 43729772 Prunus persica 3760 CAG|GTGAGAATCT...GAAACTTTAGTA/TTTAGATTTACA...TACAG|CTT 0 1 79.995
163706589 GT-AG 0 1.2819861639281307e-05 214 rna-XM_020558191.1 29402312 11 43730066 43730279 Prunus persica 3760 AGG|GTATGAAAAT...GACATTTTATCT/GTGAGTTTGACA...TCCAG|GCT 2 1 82.639
163706590 GT-AG 0 1.000000099473604e-05 80 rna-XM_020558191.1 29402312 12 43731400 43731479 Prunus persica 3760 GTG|GTGAGTACCG...AATTGTTTAGTC/TTTATTCTGACA...TGCAG|GTT 0 1 92.745
163706591 GT-AG 0 0.0160220202692802 113 rna-XM_020558191.1 29402312 13 43731627 43731739 Prunus persica 3760 GAG|GTATGTTTTC...ATTTTCTTGCCC/CTCTCTCTCAAC...TGCAG|AAT 0 1 94.071
163706592 GT-AG 0 1.000000099473604e-05 87 rna-XM_020558191.1 29402312 14 43731821 43731907 Prunus persica 3760 GAA|GTAATGAATA...ACTTTCTTGATC/GTTGTACTAACT...TGCAG|GTG 0 1 94.802
163706593 GT-AG 0 1.000000099473604e-05 92 rna-XM_020558191.1 29402312 15 43732134 43732225 Prunus persica 3760 ATT|GTGAGTTCCC...CAATTCTTACAA/GCAATTCTTACA...TTCAG|TGG 1 1 96.842
163706594 GT-AG 0 1.8343660591422333e-05 546 rna-XM_020558191.1 29402312 16 43732366 43732911 Prunus persica 3760 AAG|GTATTAGTTT...TGCTTTTTCATT/TGCTTTTTCATT...TCCAG|GTG 0 1 98.105
163706595 GT-AG 0 0.8345310540020714 166 rna-XM_020558191.1 29402312 17 43733019 43733184 Prunus persica 3760 TTG|GTATCATCTA...ATGTGCTTAGCT/AAAGCATTTACT...TGCAG|TTT 2 1 99.071

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