View source: R/cnsignature_functions.R
quantifySignatures | R Documentation |
This function quantify copy-number signatures. Approach developed by Geoff Macintyre et al. 2018
quantifySignatures(sample_by_component, component_by_signature = NULL)
sample_by_component |
matrix with components per sample |
component_by_signature |
matrix with components per signature |
A matrix with signature exposures per sample
## Not run: profiles<-getProfiles(segcn=cells_segcn, samples=unique(cells_segcn$sample)[1:4]) CN_features<-extractCopynumberFeatures(profiles) sample_by_component<-generateSampleByComponentMatrix(CN_features, all_components=component_parameters) signature_quantification <- quantifySignatures(sample_by_component) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.