# NOT RUN {
# Load copy number components
load(system.file("extdata", "toy_cn_components.RData",
package = "sigminer", mustWork = TRUE
))
# Load copy number features
load(system.file("extdata", "toy_cn_features.RData",
package = "sigminer", mustWork = TRUE
))
cn_matrix <- get_matrix(cn_features, cn_components)
# }
Run the code above in your browser using DataLab