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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
55535398 GT-AG 0 0.0034625965026387 617 rna-XM_023088761.1 10113217 1 9592374 9592990 Cucurbita moschata 3662 CAG|GTATTTTCTC...TTCTGTTTATTG/ATTCTGTTTATT...ATTAG|GTT 1 1 2.425
55535399 GT-AG 0 1.000000099473604e-05 213 rna-XM_023088761.1 10113217 2 9591629 9591841 Cucurbita moschata 3662 AAG|GTCAGTGAGC...CTTTTTTTAATT/CTTTTTTTAATT...GGCAG|GTA 2 1 21.679
55535400 GT-AG 0 5.012141619234453e-05 118 rna-XM_023088761.1 10113217 3 9591005 9591122 Cucurbita moschata 3662 ATG|GTAATCCTAA...ATGTATTTAACT/ATGTATTTAACT...TTCAG|GAG 1 1 39.993
55535401 GT-AG 0 1.000000099473604e-05 89 rna-XM_023088761.1 10113217 4 9590786 9590874 Cucurbita moschata 3662 AAT|GTAAAAGTTT...ATATATTTGACA/ATATATTTGACA...GTTAG|TTT 2 1 44.698
55535402 GT-AG 0 4.7875841219577495e-05 117 rna-XM_023088761.1 10113217 5 9590597 9590713 Cucurbita moschata 3662 ATT|GTAAGTTCCA...TCTATTTTGGCT/TTTGGCTTCACC...TGCAG|GTG 2 1 47.304
55535403 GT-AG 0 0.0116274137093487 76 rna-XM_023088761.1 10113217 6 9590452 9590527 Cucurbita moschata 3662 CCT|GTAATCTCAA...AGATCTTTACTT/TTTAAGCTGACT...TTTAG|CCA 2 1 49.801
55535404 GT-AG 0 2.613308576354728e-05 175 rna-XM_023088761.1 10113217 7 9590205 9590379 Cucurbita moschata 3662 GCT|GTAAGTATCA...CGTGCCTAATAT/ATATATTTCATG...TTTAG|GTA 2 1 52.407
55535405 GT-AG 0 1.000000099473604e-05 519 rna-XM_023088761.1 10113217 8 9589617 9590135 Cucurbita moschata 3662 AGT|GTGAGTATCG...CATGCCTTCACT/CTTTCGTTCATT...TAAAG|CTA 2 1 54.904
55535406 GT-AG 0 2.009602568526256e-05 76 rna-XM_023088761.1 10113217 9 9589389 9589464 Cucurbita moschata 3662 AAG|GTACATACAG...GTATTTTTATAA/AGTATTTTTATA...TTTAG|CTG 1 1 60.405
55535407 GT-AG 0 0.0001303912516382 671 rna-XM_023088761.1 10113217 10 9588473 9589143 Cucurbita moschata 3662 GAG|GTAATCTTTG...TTGATTTTTGTG/TGGAAATTGATT...TGAAG|GTG 0 1 69.273
55535408 GT-AG 0 1.000000099473604e-05 77 rna-XM_023088761.1 10113217 11 9588269 9588345 Cucurbita moschata 3662 ATG|GTAAGCCAGG...AACTCCATAGCC/AGCCAACTAACT...TACAG|CTC 1 1 73.869
55535409 GT-AG 0 5.071889794828575e-05 79 rna-XM_023088761.1 10113217 12 9588121 9588199 Cucurbita moschata 3662 GAG|GTTATCTTGT...TTTTCCTCAACA/ATTTTCCTCAAC...TTCAG|GGA 1 1 76.366
55535410 GT-AG 0 0.00668876658604 472 rna-XM_023088761.1 10113217 13 9587462 9587933 Cucurbita moschata 3662 AGA|GTAAGCTTTT...GTTGCATTATTT/CGTGCTATCATT...ATCAG|GTA 2 1 83.134
55535411 GT-AG 0 1.000000099473604e-05 135 rna-XM_023088761.1 10113217 14 9587191 9587325 Cucurbita moschata 3662 TGG|GTAAGTCTAG...ATGTTCTAAATT/TATGTTCTAAAT...TGCAG|GCA 0 1 88.056

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