Learn R Programming

PSCBS (version 0.67.0)

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.

Arguments

size

Argument passed to *sampleCNs().

distMethod, hclustMethod

Argument method for dist and "stats::hclust", respectively.

...

Not used.

verbose

See Verbose.

Author

Henrik Bengtsson

See Also

This method is utilized by *pruneByHClust().