# NOT RUN {
# Create an SBS96 catalog of human GRCh37 from genome region with all 
# mutation counts equal to 1.  
object <- matrix(1, nrow = 96, ncol = 1, 
                 dimnames = list(catalog.row.order$SBS96))
catSBS96 <- as.catalog(object, ref.genome = "hg19", region = "genome")
# }
Run the code above in your browser using DataLab