View source: R/dataprocessing_functions.R
getSegRounded | R Documentation |
This function rounds copy numbers to the closest integer
getSegRounded(profiles)
profiles |
list of profiles |
list of profiles with copy numbers rounded
profiles <- getProfiles(segcn=cells_segcn, samples=unique(cells_segcn$sample)[1:10]) rounded.profiles<-getSegRounded(profiles)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.