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

✎ 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
163592817 GT-AG 0 0.0001344133843354 99 rna-XM_008232485.1 29376476 1 1015876 1015974 Prunus mume 102107 CAG|GTAATTTTTG...CAACTTTTGATT/AATATTCTCATG...GATAG|TCT 2 1 0.978
163592818 GT-AG 0 1.1313535822494205e-05 4601 rna-XM_008232485.1 29376476 2 1016090 1020690 Prunus mume 102107 TTG|GTGCGTTTTC...AGTTTCTTCATC/AGTTTCTTCATC...TGCAG|GAT 0 1 2.986
163592819 GT-AG 0 1.000000099473604e-05 98 rna-XM_008232485.1 29376476 3 1020754 1020851 Prunus mume 102107 AAG|GTAAAGCTTG...TGATCTCTATTC/TCTCTATTCATG...AATAG|CTT 0 1 4.086
163592820 GT-AG 0 0.0100848750825188 118 rna-XM_008232485.1 29376476 4 1020930 1021047 Prunus mume 102107 TGG|GTATAGTTTC...GTTTTCATAATT/ACCGTTTTCATA...TGTAG|GCA 0 1 5.448
163592821 GT-AG 0 1.000000099473604e-05 584 rna-XM_008232485.1 29376476 5 1021140 1021723 Prunus mume 102107 TGG|GTTTGAACTC...TTATCCTGATTT/TGATTTTTCATA...TTTAG|GAG 2 1 7.054
163592822 GT-AG 0 0.0002024626225789 330 rna-XM_008232485.1 29376476 6 1021827 1022156 Prunus mume 102107 CAG|GTTCTTTTTC...TAACTTTTGACT/TAACTTTTGACT...AACAG|GGA 0 1 8.853
163592823 GT-AG 0 0.0026143365546072 145 rna-XM_008232485.1 29376476 7 1022310 1022454 Prunus mume 102107 CAG|GTATGCATTT...TGTCTCCTATCC/TCAGATTTAATG...TGCAG|GTG 0 1 11.524
163592824 GT-AG 0 1.000000099473604e-05 155 rna-XM_008232485.1 29376476 8 1023114 1023268 Prunus mume 102107 AAG|GTGAGTTTTT...TGTTTCTTATAT/ATGTTTCTTATA...TCCAG|ATA 2 1 23.031
163592825 GT-AG 0 6.381547810287448e-05 529 rna-XM_008232485.1 29376476 9 1023759 1024287 Prunus mume 102107 CAT|GTAAGTAGCT...TGTTCTTTAACT/TGTTCTTTAACT...ATCAG|GAT 0 1 31.587
163592826 GT-AG 0 0.0005721612073812 286 rna-XM_008232485.1 29376476 10 1024806 1025091 Prunus mume 102107 GTG|GTATGTGTAT...ACTTTTTTACTT/TTGTGTTTCACT...TGCAG|TAC 2 1 40.632
163592827 GT-AG 0 1.000000099473604e-05 792 rna-XM_008232485.1 29376476 11 1025840 1026631 Prunus mume 102107 CAT|GTGAGTGGGA...TAGATTTTAAAT/TAGATTTTAAAT...TGCAG|GAC 0 1 53.693
163592828 GT-AG 0 1.000000099473604e-05 289 rna-XM_008232485.1 29376476 12 1027332 1027620 Prunus mume 102107 AAG|GTAAATGCAT...CTCATTTTGATT/CTCATTTTGATT...TGTAG|ATA 1 1 65.916
163592829 GT-AG 0 1.000000099473604e-05 136 rna-XM_008232485.1 29376476 13 1028655 1028790 Prunus mume 102107 AGG|GTAAATGTGC...CTGATTTTGATT/CTGATTTTGATT...TGCAG|GTA 0 1 83.971
163592830 GT-AG 0 0.0006146239271945 218 rna-XM_008232485.1 29376476 14 1029250 1029467 Prunus mume 102107 CTG|GTATGTATAG...TAACTCTGAATT/TCATTACTGATT...TGCAG|ATT 0 1 91.985
163592831 GT-AG 0 2.264439715582853e-05 418 rna-XM_008232485.1 29376476 15 1029699 1030116 Prunus mume 102107 CAG|GTAAATTGAA...TTTTCTTTACTT/ATTTTCTTTACT...TGTAG|AAT 0 1 96.019

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