View source: R/cnsignature_functions.R
getBPnum | R Documentation |
Helper function for extractCopynumberFeatures. Approach developed by Geoff Macintyre et al. 2018
Helper function for extractCopynumberFeatures. Approach developed by Geoff Macintyre et al. 2018
getBPnum(abs_profiles, chrlen) getOscilation(abs_profiles, chrlen)
abs_profiles |
absolute copy-number profiles |
chrlen |
chromosome length |
Matrix with counts of break points per 10Mb per sample
Matrix with length of chains of oscilating copy numbers
profiles<-getProfiles(segcn=cells_segcn, samples=unique(cells_segcn$sample)[1:4]) osCN<-getOscilation(profiles,CNpare:::chrlen)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.