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