hclustCNs.AbstractCBS: Performs a hierarchical clustering of the CN mean levels
Description
Performs a hierarchical clustering of the CN mean levels.
Usage
# S3 method for AbstractCBS
hclustCNs(fit, size=NULL, distMethod="euclidean", hclustMethod="ward.D", ...,
verbose=FALSE)
Value
Returns a hclust
object as returned by hclust
.
See Also
This method is utilized by *pruneByHClust()
.