consensushc
computes the hierarchical
clustering of a consensus matrix, using the matrix itself
as a similarity matrix and average linkage. It isconsensushc(object, ...) ## S3 method for class 'matrix':
consensushc(object,
method = "average", dendrogram = TRUE)
## S3 method for class 'NMFfitX':
consensushc(object,
what = c("consensus", "fit"), ...)
NMFfitX
object, as
returned by multiple NMF runs.hclust
.hclust
object)
should be converted into a dendrogram. Default value is
TRUE
.dendrogram
or hclust
depending on the value of argument dendrogram
.