hclustCNs.AbstractCBS: Performs a hierarchical clustering of the CN mean levels

hclustCNs.AbstractCBSR Documentation

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.D", ...,
  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.

Author(s)

Henrik Bengtsson

See Also

This method is utilized by *pruneByHClust().


HenrikBengtsson/PSCBS documentation built on Feb. 20, 2024, 9:01 p.m.