Entering edit mode
Hello,
I am trying to implement the ConsensusClusterPlus() function from the package ConsensusClusterPlus.
I have read the online documentation (https://bioconductor.org/packages/devel/bioc/vignettes/ConsensusClusterPlus/inst/doc/ConsensusClusterPlus.pdf) as well as the help file on the function and my question is do you need to scale the matrix prior to running the function or does the function scale the matrix for you. This will be helpful to know due to the dependency of clustering on scaled data.
Thank you in advance,
Will