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

✎ 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
190420648 GT-AG 0 1.000000099473604e-05 16642 rna-XM_035354943.1 34009293 1 4307 20948 Stegodyphus dumicola 202533 GAA|GTGAGTGTTT...GATTTTTTATTT/TTTTTATTTATA...TTCAG|TTA 0 1 4.915
190420649 GT-AG 0 1.000000099473604e-05 8523 rna-XM_035354943.1 34009293 2 21140 29662 Stegodyphus dumicola 202533 TAA|GTAAGTAATT...TTGCCTTTATTC/ATTGTTTTTATA...TCTAG|GTT 2 1 13.689
190420650 GT-AG 0 6.636078044333577e-05 21076 rna-XM_035354943.1 34009293 3 29820 50895 Stegodyphus dumicola 202533 TTG|GTAAGCTATT...TGTTTTATAACC/TACTGTTTTATA...TTCAG|GAT 0 1 20.9
190420651 GT-AG 0 2.4366220749617465e-05 12646 rna-XM_035354943.1 34009293 4 51022 63667 Stegodyphus dumicola 202533 GAA|GTGAGTTTTT...TGTTTCTTATCT/TTGTTTCTTATC...TAAAG|GCA 0 1 26.688
190420652 GT-AG 0 0.0027441572214529 17206 rna-XM_035354943.1 34009293 5 63804 81009 Stegodyphus dumicola 202533 GTG|GTAAGCTTTA...TCACCCTTATTC/CCCTTATTCATT...TTTAG|CTG 1 1 32.935
190420653 GT-AG 0 0.0004090081212672 13819 rna-XM_035354943.1 34009293 6 81138 94956 Stegodyphus dumicola 202533 GAT|GTAAGTATTA...ATTTTCTTAAAA/TATTTTCTTAAA...TATAG|TCT 0 1 38.815
190420654 GT-AG 0 2.2225644257649296e-05 10939 rna-XM_035354943.1 34009293 7 95068 106006 Stegodyphus dumicola 202533 TTC|GTAAGTACTT...TTTGTTTTATAA/AATTTTCTCATT...TAAAG|GTT 0 1 43.914
190420655 GT-AG 0 0.0135545053059347 9436 rna-XM_035354943.1 34009293 8 106218 115653 Stegodyphus dumicola 202533 GCG|GTATGCATTA...GTTTTCATATTA/ATTGTTTTCATA...TTCAG|GGG 1 1 53.606
190420656 GT-AG 0 1.000000099473604e-05 24778 rna-XM_035354943.1 34009293 9 115770 140547 Stegodyphus dumicola 202533 CAA|GTAAGTACAG...TTATTATTATTT/TATTTATTTATT...TGTAG|GCA 0 1 58.934
190420657 GT-AG 0 2.707732600793144e-05 12604 rna-XM_035354943.1 34009293 10 140653 153256 Stegodyphus dumicola 202533 CAG|GTATTAATAA...TTGAGCTTATTT/GTTGAGCTTATT...TATAG|AAT 0 1 63.757
190420658 GT-AG 0 0.0087455594849456 11250 rna-XM_035354943.1 34009293 11 153353 164602 Stegodyphus dumicola 202533 GAA|GTATGTTACT...AAACTTTTATTT/CTTTTATTTATA...TACAG|GTT 0 1 68.167
190420659 GT-AG 0 1.4760787417349929e-05 17236 rna-XM_035354943.1 34009293 12 164698 181933 Stegodyphus dumicola 202533 TGT|GTAAGTAATT...GTAGGTTTAACA/GTAGGTTTAACA...TTCAG|TGC 2 1 72.531
190420660 GT-AG 0 1.000000099473604e-05 10073 rna-XM_035354943.1 34009293 13 182100 192172 Stegodyphus dumicola 202533 CAA|GTAAATGTGT...GTATTCTAAATA/TGTATTCTAAAT...TGTAG|GAC 0 1 80.156
190420661 GT-AG 0 0.0060543839373558 6662 rna-XM_035354943.1 34009293 14 192315 198976 Stegodyphus dumicola 202533 AAG|GTACTTTTAA...TTTTTCTTAATT/TTTTTCTTAATT...TTTAG|GTG 1 1 86.679
190420662 GT-AG 0 0.000148167022293 18164 rna-XM_035354943.1 34009293 15 199099 217262 Stegodyphus dumicola 202533 AAG|GTAGTTTTTT...TTTTTTTTTTTT/AAAAAAAAAATT...TTTAG|GTT 0 1 92.283

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