Learn R Programming

PSCBS (version 0.38.4)

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 class 'AbstractCBS':
hclustCNs(fit, size=NULL, distMethod="euclidean", hclustMethod="ward", ...,
  verbose=FALSE)

Arguments

size
Argument passed to *sampleCNs().
distMethod, hclustMethod
Argument method for dist and "stats::hclust", respectively.
...
Not used.
verbose
See Verbose.

Value

  • Returns a hclust object as returned by hclust.

See Also

This method is utilized by *pruneByHClust().