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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
187537384 GT-AG 0 1.000000099473604e-05 92 rna-XM_002466449.2 33469659 1 7489803 7489894 Sorghum bicolor 4558 TGC|GTAAGTGAAC...CGTGCTTTATTG/TCGTGCTTTATT...CGCAG|GTC 2 1 1.887
187537385 GT-AG 0 1.8339058293412268e-05 71 rna-XM_002466449.2 33469659 2 7484874 7484944 Sorghum bicolor 4558 CAG|GTACGTCATG...TATGCTTTGAAA/TATTCTATAATT...TGCAG|GAG 0 1 42.262
187537386 GT-AG 0 0.0021563756436703 88 rna-XM_002466449.2 33469659 3 7484597 7484684 Sorghum bicolor 4558 CTG|GTATTTTACC...TTAATGTTATTT/ATTAATGTTATT...CATAG|GTT 0 1 43.833
187537387 GT-AG 0 1.000000099473604e-05 1333 rna-XM_002466449.2 33469659 4 7483149 7484481 Sorghum bicolor 4558 CAG|GTAAGCCTCC...AAATTTCTATTT/CAGATGCTAATA...TGCAG|ATG 1 1 44.789
187537388 GT-AG 0 0.0001282764689591 2663 rna-XM_002466449.2 33469659 5 7479423 7482085 Sorghum bicolor 4558 TAG|GTATGTGGAA...GATTGCTTAACT/GATTGCTTAACT...TGCAG|ATT 2 1 53.624
187537389 GT-AG 0 0.0008945860470647 1021 rna-XM_002466449.2 33469659 6 7477954 7478974 Sorghum bicolor 4558 CAG|GTAACTGTTA...TTATTTTTATTA/GTTATTTTTATT...GCCAG|GAG 0 1 57.347
187537390 GT-AG 0 2.1747392273548534 84 rna-XM_002466449.2 33469659 7 7477816 7477899 Sorghum bicolor 4558 AAG|GTATTCTTTA...ATATTTTTAATC/ATATTTTTAATC...TGCAG|AAA 0 1 57.796
187537391 GT-AG 0 2.836110835619033e-05 698 rna-XM_002466449.2 33469659 8 7474276 7474973 Sorghum bicolor 4558 CAT|GTAAGTTGAT...TGTTTCATAATA/AGTTTACTTATG...AACAG|GTG 1 1 81.416
187537392 GT-AG 0 0.0011146102745221 119 rna-XM_002466449.2 33469659 9 7474043 7474161 Sorghum bicolor 4558 TAG|GTATGCCACT...CTGTATTTATCA/CCTGTATTTATC...GCCAG|CTA 1 1 82.364
187537393 GT-AG 0 3.5058848669646056e-05 343 rna-XM_002466449.2 33469659 10 7473569 7473911 Sorghum bicolor 4558 GAG|GTACATAACC...TGTTCCTGAGTT/TTGTTCCTGAGT...TGCAG|GTT 0 1 83.452
187537394 GC-AG 0 1.000000099473604e-05 589 rna-XM_002466449.2 33469659 11 7472887 7473475 Sorghum bicolor 4558 AAG|GCTTGTCACT...TTTTTTTTAATC/TTTTTTTTAATC...AACAG|GCA 0 1 84.225
187537395 GT-AG 0 1.000000099473604e-05 361 rna-XM_002466449.2 33469659 12 7472253 7472613 Sorghum bicolor 4558 AAG|GTACTTAGCT...TATCTATTATCT/TTTTTTCTTATT...CACAG|GCT 0 1 86.494
187537396 GT-AG 0 1.000000099473604e-05 529 rna-XM_002466449.2 33469659 13 7471234 7471762 Sorghum bicolor 4558 GAG|GTAAGACAAA...TTCTCATTGATG/CTTGTTCTCATT...AACAG|GTA 1 1 90.567
187537397 GT-AG 0 1.000000099473604e-05 85 rna-XM_002466449.2 33469659 14 7471073 7471157 Sorghum bicolor 4558 CAG|GTGGGCAATT...CTTGTTTTATTG/ATTTTATTTATT...TCAAG|GTC 2 1 91.198
187558084 GT-AG 0 0.0118324298643781 2397 rna-XM_002466449.2 33469659 15 7468535 7470931 Sorghum bicolor 4558 CAG|GTAACTTTTT...TTAACCTTGTTA/TTAGCACTCACA...TCCAG|ATC   0 92.37

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