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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
49483381 GT-AG 0 1.2148953531449255e-05 28115 rna-XM_004673602.2 9129028 2 22353031 22381145 Condylura cristata 143302 CAG|GTAATTCTTA...TGATTTTTAGAA/TAGAAATTAATA...TCTAG|TTG 1 1 7.994
49483382 GT-AG 0 0.0002384439940515 5850 rna-XM_004673602.2 9129028 3 22381308 22387157 Condylura cristata 143302 AAG|GTAATCCTTC...TTATTTTTATTT/TTTTTATTTATT...GCTAG|AGC 1 1 10.533
49483383 GT-AG 0 1.000000099473604e-05 5301 rna-XM_004673602.2 9129028 4 22388935 22394235 Condylura cristata 143302 CAG|GTGTGTGTGG...TTATTTTTATTT/GTTATTTTTATT...TCCAG|GTT 2 1 38.386
49483384 GT-AG 0 5.574427490617227e-05 2273 rna-XM_004673602.2 9129028 5 22394546 22396818 Condylura cristata 143302 CGG|GTAAGCTCAT...TATATTTTATTT/TTTATTCTCATG...TTCAG|GAA 0 1 43.245
49483385 GT-AG 0 1.000000099473604e-05 2881 rna-XM_004673602.2 9129028 6 22397003 22399883 Condylura cristata 143302 CAG|GTAGTAGGAC...GTGCTTTTGATA/ACTTTTTTAAAA...ATTAG|GTG 1 1 46.129
49483386 GT-AG 0 0.0001083864001243 82 rna-XM_004673602.2 9129028 7 22400032 22400113 Condylura cristata 143302 AAG|GTAACATACA...AATTTTCTAATA/AATTTTCTAATA...TTAAG|ACT 2 1 48.448
49483387 GT-AG 0 4.985876969165955e-05 1382 rna-XM_004673602.2 9129028 8 22400271 22401652 Condylura cristata 143302 AAT|GTAAGTATGT...TTTTCCTTCCCA/CCCATTTTAAAA...TTCAG|ATA 0 1 50.909
49483388 GT-AG 0 1.000000099473604e-05 1516 rna-XM_004673602.2 9129028 9 22401770 22403285 Condylura cristata 143302 CAT|GTGAGATTCT...GTATGTTTAATT/GTATGTTTAATT...GTTAG|ACC 0 1 52.743
49483389 GT-AG 0 1.000000099473604e-05 273 rna-XM_004673602.2 9129028 10 22403418 22403690 Condylura cristata 143302 CAG|GTAAATATAA...TAATTTTTACTC/TTTACTCTCATT...TTTAG|GAA 0 1 54.812
49483390 GT-AG 0 9.424248607981467e-05 3889 rna-XM_004673602.2 9129028 11 22403827 22407715 Condylura cristata 143302 TAG|GTAACGTAAA...TATCACTTAATA/ATATCACTTAAT...TATAG|GTA 1 1 56.944
49483391 GT-AG 0 4.689178880227574e-05 497 rna-XM_004673602.2 9129028 12 22407912 22408408 Condylura cristata 143302 CCG|GTAATTTTCT...AAAATGTTAATA/AGTTTATTCATG...TTTAG|CCC 2 1 60.016
49483392 GT-AG 0 1.000000099473604e-05 857 rna-XM_004673602.2 9129028 13 22408557 22409413 Condylura cristata 143302 GAG|GTACTGTGAA...TACTGTTTATTC/TGTTTATTCATT...CATAG|GAT 0 1 62.335
49483393 GT-AG 0 1.000000099473604e-05 2331 rna-XM_004673602.2 9129028 14 22409504 22411834 Condylura cristata 143302 AAG|GTAAGGAGAG...AGGTTTTTATTT/TAGGTTTTTATT...GATAG|GAA 0 1 63.746
49483394 GT-AG 0 1.000000099473604e-05 203 rna-XM_004673602.2 9129028 15 22412031 22412233 Condylura cristata 143302 CTG|GTAAGTATAC...TGATTATTAATT/TGATTATTAATT...TACAG|GCC 1 1 66.818
49488640 GT-AG 0 1.000000099473604e-05 10727 rna-XM_004673602.2 9129028 1 22342035 22352761 Condylura cristata 143302 TGG|GTGAGTTGCG...ATAGCTTTATTT/TTATTTCTTATG...TATAG|GGC   0 4.169

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