# NOT RUN {
file <- system.file("extdata",
                    "strelka.regress.cat.sbs.96.csv",
                    package = "ICAMS")
catSBS96 <- ReadCatalog(file, ref.genome = "hg19", 
                        region = "genome",
                        catalog.type = "counts")
colnames(catSBS96) <- "sample"
PlotCatalog(catSBS96)
# }
Run the code above in your browser using DataLab