Performs a hierarchical clustering of the CN mean levels.
# S3 method for AbstractCBS
hclustCNs(fit, size=NULL, distMethod="euclidean", hclustMethod="ward.D", ...,
verbose=FALSE)Argument passed to *sampleCNs().
Argument method for
dist and "stats::hclust", respectively.
Not used.
See Verbose.
Returns a hclust object as returned by hclust.
This method is utilized by *pruneByHClust().