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

✎ 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
55033794 GT-AG 0 0.0004271550783803 147 rna-XM_008445928.2 10007603 1 5940052 5940198 Cucumis melo 3656 CAA|GTAAGCTTGG...TTGCCTCTAATG/TAATTTATGATT...CTCAG|GTC 0 1 5.541
55033795 GT-AG 0 0.0264259192209339 697 rna-XM_008445928.2 10007603 2 5940337 5941033 Cucumis melo 3656 AAG|GTATCAAATT...TCATTTTTGACT/TCATTTTTGACT...CACAG|GCT 0 1 11.469
55033796 GT-AG 0 1.000000099473604e-05 3230 rna-XM_008445928.2 10007603 3 5941121 5944350 Cucumis melo 3656 CAT|GTGAGTTCAT...TCTGCTTTATGC/TTGCCACTAATC...TTCAG|AAA 0 1 15.206
55033797 GT-AG 0 1.000000099473604e-05 118 rna-XM_008445928.2 10007603 4 5944423 5944540 Cucumis melo 3656 AAG|GTGAAACTGA...CTTGTCTTATTA/AATGTTTTTATT...TGAAG|GCA 0 1 18.299
55033798 GT-AG 0 0.0028065432429894 1065 rna-XM_008445928.2 10007603 5 5944740 5945804 Cucumis melo 3656 ATG|GTATGCTATG...AGTCACTTGCTA/CTATCAGTCACT...TACAG|ATG 1 1 26.847
55033799 GT-AG 0 1.000000099473604e-05 1066 rna-XM_008445928.2 10007603 6 5945921 5946986 Cucumis melo 3656 GTG|GTGAGTACAT...TCAACTTTGACT/TCAACTTTGACT...GGCAG|GTA 0 1 31.83
55033800 GT-AG 0 0.0011689347224168 95 rna-XM_008445928.2 10007603 7 5947380 5947474 Cucumis melo 3656 TTG|GTACTTCTGA...TTTCCTTTAAAA/GCTTATTTCATT...TGTAG|AAC 0 1 48.711
55033801 GT-AG 0 2.4588418141188533e-05 309 rna-XM_008445928.2 10007603 8 5947610 5947918 Cucumis melo 3656 CAG|GTTTGTTGGC...TTTGCTCTATCA/GTGTAGTTTATG...TGCAG|ATT 0 1 54.51
55033802 GT-AG 0 0.0001320072643834 100 rna-XM_008445928.2 10007603 9 5948054 5948153 Cucumis melo 3656 CAA|GTAAGCTCAT...AAATCTTTATAT/TACTTCCTCATT...GATAG|GTC 0 1 60.309
55033803 GT-AG 0 8.230139536562503e-05 170 rna-XM_008445928.2 10007603 10 5948310 5948479 Cucumis melo 3656 CAG|GTTTGCCTAC...CTCTTCCTAACC/CTCTTCCTAACC...GACAG|GTT 0 1 67.01
55033804 GT-AG 0 0.0035013614694419 1673 rna-XM_008445928.2 10007603 11 5948720 5950392 Cucumis melo 3656 CAG|GTATTCTAAT...ATGATTTGAGCA/TTAATAATGATT...CATAG|ACT 0 1 77.32
55033805 GT-AG 0 1.000000099473604e-05 208 rna-XM_008445928.2 10007603 12 5950503 5950710 Cucumis melo 3656 AAG|GTAATATCCT...TTTATTTTCTCC/CATGAATTTATT...CACAG|ATT 2 1 82.045
55033806 GT-AG 0 1.000000099473604e-05 193 rna-XM_008445928.2 10007603 13 5950826 5951018 Cucumis melo 3656 GAA|GTGAGTTCTT...TGTAATTTAATT/TGTAATTTAATT...TGTAG|GCT 0 1 86.985
55033807 GT-AG 0 0.5464320890035814 704 rna-XM_008445928.2 10007603 14 5951100 5951803 Cucumis melo 3656 CGG|GTATACTTTC...TGAGCTTTACAT/CTGAGCTTTACA...TGCAG|ATT 0 1 90.464

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