View source: R/cnsignature_functions.R
extractCopynumberFeatures | R Documentation |
This function extract feactures of CNAs. Approach developed by Geoff Macintyre et al. 2018
extractCopynumberFeatures(CN_data, cores = 1)
CN_data |
segment table with copy numbers |
cores |
cores to use. Default is 1 |
A list with features per sample
profiles<-getProfiles(segcn=cells_segcn, samples=unique(cells_segcn$sample)[1:4]) CN_features<-extractCopynumberFeatures(profiles)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.