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)

14 rows where transcript_id = 20429349

✎ 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
109623115 GT-AG 0 1.000000099473604e-05 100 rna-XM_042646700.1 20429349 1 8931239 8931338 Macadamia integrifolia 60698 CAG|GTTCATAATT...TACTTTTTATCG/CTACTTTTTATC...TGCAG|CGA 0 1 3.94
109623116 GT-AG 0 1.000000099473604e-05 246 rna-XM_042646700.1 20429349 2 8931431 8931676 Macadamia integrifolia 60698 GAG|GTAATGCTTT...ATTGCCCTGATA/ATTGCCCTGATA...AGCAG|GTT 2 1 7.493
109623117 GT-AG 0 1.000000099473604e-05 1857 rna-XM_042646700.1 20429349 3 8931744 8933600 Macadamia integrifolia 60698 AAG|GTAAGGTCAC...GTTTTCTTGACT/ATTTTGTTCACT...TGAAG|ACA 0 1 10.081
109623118 GT-AG 0 0.0144878781909613 1559 rna-XM_042646700.1 20429349 4 8933661 8935219 Macadamia integrifolia 60698 CAG|GTAGCTTCAT...TTCGCTTTAATA/TTATACTTCACT...CGCAG|GTT 0 1 12.399
109623119 GT-AG 0 1.3180506447142652e-05 1038 rna-XM_042646700.1 20429349 5 8935310 8936347 Macadamia integrifolia 60698 GAG|GTAAGCATTC...CTCCTCTTATGT/CCTCCTCTTATG...AACAG|GAT 0 1 15.875
109623120 GT-AG 0 1.000000099473604e-05 570 rna-XM_042646700.1 20429349 6 8936618 8937187 Macadamia integrifolia 60698 AAA|GTAAGACTTT...GCCACTTTAGTA/TTACTTTTCATT...GTTAG|CCT 0 1 26.304
109623121 GT-AG 0 0.0086105823469758 139 rna-XM_042646700.1 20429349 7 8937284 8937422 Macadamia integrifolia 60698 CAG|GTATATTTAC...CATTCTGTGACA/TATGTATTCATT...TTTAG|TCA 0 1 30.012
109623122 GT-AG 0 1.000000099473604e-05 395 rna-XM_042646700.1 20429349 8 8937558 8937952 Macadamia integrifolia 60698 CAG|GTAACAAATT...TGTCTCCTGATG/TGTCTCCTGATG...TGTAG|GCT 0 1 35.226
109623123 GT-AG 0 1.7103909294432297e-05 87 rna-XM_042646700.1 20429349 9 8938007 8938093 Macadamia integrifolia 60698 CGG|GTTTGTTATA...TGTTTTCTATTC/TTTCTATTCATT...TACAG|GTA 0 1 37.312
109623124 GT-AG 0 3.420643648235882e-05 1664 rna-XM_042646700.1 20429349 10 8938178 8939841 Macadamia integrifolia 60698 CAG|GTGTTCGATT...TTGTATTTAATT/ATCATATTCATT...TACAG|ATC 0 1 40.556
109623125 GT-AG 0 1.000000099473604e-05 67 rna-XM_042646700.1 20429349 11 8939929 8939995 Macadamia integrifolia 60698 CAG|GTAAATATTG...CACACCTTTGTA/TTTGTATTAAGT...GGCAG|CTT 0 1 43.917
109623126 GT-AG 0 1.000000099473604e-05 1888 rna-XM_042646700.1 20429349 12 8940896 8942783 Macadamia integrifolia 60698 AAA|GTTATGTTTT...TTCACTTTGAAA/CTTTGTTTCACT...TTCAG|TCA 0 1 78.679
109623127 GT-AG 0 1.000000099473604e-05 278 rna-XM_042646700.1 20429349 13 8942966 8943243 Macadamia integrifolia 60698 CAG|GTCATATTAT...TCTAGCTTAAAG/TTCTAGCTTAAA...TGCAG|CCT 2 1 85.709
109623128 GT-AG 0 0.068704350508502 748 rna-XM_042646700.1 20429349 14 8943536 8944283 Macadamia integrifolia 60698 AAG|GTATTCATGC...TGAATTTTGACT/TGAATTTTGACT...TGCAG|ATA 0 1 96.987

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