# Create in-memory R data from SigProfiler signature 96 changel signature profile.
library(ICAMS)
library(SynSig) # ReadSASigCOMPOSITE, ReadSASig96
library(usethis)
# Source: https://www.synapse.org/#!Synapse:syn11738319
sp.sigs <-
ReadCat96("sigProfiler_SBS_signatures_2018_03_28.csv",
strict = FALSE)
usethis::use_data(sp.sigs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.