hclustCNs.AbstractCBS | R Documentation |
Performs a hierarchical clustering of the CN mean levels.
## S3 method for class 'AbstractCBS'
hclustCNs(fit, size=NULL, distMethod="euclidean", hclustMethod="ward.D", ...,
verbose=FALSE)
size |
Argument passed to |
distMethod, hclustMethod |
Argument |
... |
Not used. |
verbose |
See |
Returns a hclust
object as returned by hclust
.
Henrik Bengtsson
This method is utilized by *pruneByHClust()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.