pruneByHClust.AbstractCBS | R Documentation |
Prunes the CN profile by pruning and merging through hierarchical clustering.
## S3 method for class 'AbstractCBS'
pruneByHClust(fit, ..., size=NULL, distMethod="euclidean", hclustMethod="ward.D",
merge=TRUE, update=TRUE, verbose=FALSE)
... |
Arguments passed to |
size, distMethod, hclustMethod |
Arguments (as well as
some of |
merge |
If |
update |
If |
verbose |
See |
Returns a pruned object of the same class.
Henrik Bengtsson
## Not run:
fitP <- pruneByHClust(fit, h=0.25)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.