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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
163479099 GT-AG 0 1.000000099473604e-05 103 rna-XM_034357780.1 29350687 1 9000311 9000413 Prunus dulcis 3755 CAG|GTCCAACTCC...TTTGTATAAATA/AATAAGCTCAAT...TGCAG|TTG 0 1 2.526
163479100 GT-AG 0 1.3133673996891396e-05 187 rna-XM_034357780.1 29350687 2 9000032 9000218 Prunus dulcis 3755 TGT|GTAAGATCAA...TTTGCCTTTTTC/AAGATGATCAAG...TTCAG|TAA 2 1 4.37
163479101 GT-AG 0 9.787084478049348e-05 139 rna-XM_034357780.1 29350687 3 8997760 8997898 Prunus dulcis 3755 GAG|GTATTACTTA...CTCTCTTTCTCT/CTCACTCTCATT...ATTAG|GAG 2 1 47.124
163479102 GC-AG 0 1.000000099473604e-05 79 rna-XM_034357780.1 29350687 4 8997353 8997431 Prunus dulcis 3755 CAG|GCTAGTTTTG...TCTTTCTTATAG/CTCTTTCTTATA...TTCAG|ACT 0 1 53.698
163479103 GT-AG 0 1.000000099473604e-05 145 rna-XM_034357780.1 29350687 5 8996992 8997136 Prunus dulcis 3755 CAG|GTTAAACCGA...ATTTTTTTCACT/ATTTTTTTCACT...CCCAG|ACA 0 1 58.028
163479104 GT-AG 0 2.964413683851589 85 rna-XM_034357780.1 29350687 6 8996834 8996918 Prunus dulcis 3755 TTG|GTATTCTTGT...GTTTCCTTGAAT/TAAGTTTTCAAT...TCCAG|GTG 1 1 59.491
163479105 GT-AG 0 1.000000099473604e-05 77 rna-XM_034357780.1 29350687 7 8996551 8996627 Prunus dulcis 3755 GAA|GTATGGGATT...GTGTTCTTGGAA/TTTAATTTGAAA...TGCAG|GAT 0 1 63.62
163479106 GT-AG 0 1.000000099473604e-05 198 rna-XM_034357780.1 29350687 8 8996290 8996487 Prunus dulcis 3755 CAG|GTGATGTTCC...TTTCCCATAATG/TGTTTTGTAATT...TCCAG|GTT 0 1 64.883
163479107 GT-AG 0 1.000000099473604e-05 118 rna-XM_034357780.1 29350687 9 8995966 8996083 Prunus dulcis 3755 TGT|GTAAGTGCTT...TCCTCCTCAAAT/TATGTGTTGAAT...GGCAG|GTT 2 1 69.012
163479108 GT-AG 0 0.0005378205264323 178 rna-XM_034357780.1 29350687 10 8995676 8995853 Prunus dulcis 3755 AAG|GTACACAATC...ATATTCTGAACC/CATATTCTGAAC...TTCAG|TGG 0 1 71.257
163479109 GT-AG 0 9.72677969688739e-05 236 rna-XM_034357780.1 29350687 11 8994918 8995153 Prunus dulcis 3755 GAG|GTTTGTTTAT...ATGTCTCTAACT/ATGTCTCTAACT...CTTAG|GTT 0 1 81.72
163479110 GT-AG 0 1.000000099473604e-05 99 rna-XM_034357780.1 29350687 12 8994508 8994606 Prunus dulcis 3755 CAG|GTAAATACAT...CAGGTTTTAATG/TGTTTTCTCAAT...TACAG|GTT 2 1 87.953
163479111 GT-AG 0 0.0008341572112824 70 rna-XM_034357780.1 29350687 13 8994197 8994266 Prunus dulcis 3755 AAG|GTATTTCAAA...CTCACTTTAATT/TTTAATTTCACT...TGTAG|TTG 0 1 92.784
163479112 GT-AG 0 1.000000099473604e-05 234 rna-XM_034357780.1 29350687 14 8993889 8994122 Prunus dulcis 3755 AAG|GTAATTTCAG...CTCTCGTTAAAC/GTTAAACTCAAC...TGCAG|GAA 2 1 94.267
163479113 GT-AG 0 1.000000099473604e-05 77 rna-XM_034357780.1 29350687 15 8993676 8993752 Prunus dulcis 3755 GAG|GTAAACAACA...CATTTCTTGTTA/ACATATCTAATT...GGCAG|GAT 0 1 96.993

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