library(ICAMS)
# This file creates package variable that are now deprecated
# (superseded by variable "exposure")
PCAWG.WGS.SBS.96 <- ICAMS::ReadCatalog("data-raw/WGS_PCAWG.96.csv", region = "genome")
class(PCAWG.WGS.SBS.96) <- "matrix"
usethis::use_data(PCAWG.WGS.SBS.96)
PCAWG.WGS.DBS <- ICAMS::ReadCatalog("data-raw/WGS_PCAWG.dinucs.csv", region = "genome")
class(PCAWG.WGS.DBS) <- "matrix"
usethis::use_data(PCAWG.WGS.DBS)
stopifnot(colnames(PCAWG.WGS.SBS.96) == colnames(PCAWG.WGS.DBS))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.