cophcor: Cophenetic Correlation Coefficient

Description Usage Arguments Details Methods (by generic) References See Also

Description

The function cophcor computes the cophenetic correlation coefficient from consensus matrix object, e.g. as obtained from multiple NMF runs.

Usage

1
2
3
4
5
6
7
cophcor(object, ...)

## S4 method for signature 'matrix'
cophcor(object, linkage = "average")

## S4 method for signature 'NMFfitX'
cophcor(object, ...)

Arguments

object

an object from which is extracted a consensus matrix.

...

extra arguments to allow extension and passed to subsequent calls.

linkage

linkage method used in the hierarchical clustering. It is passed to hclust.

Details

The cophenetic correlation coeffificient is based on the consensus matrix (i.e. the average of connectivity matrices) and was proposed by Brunet et al. (2004) to measure the stability of the clusters obtained from NMF.

It is defined as the Pearson correlation between the samples' distances induced by the consensus matrix (seen as a similarity matrix) and their cophenetic distances from a hierachical clustering based on these very distances (by default an average linkage is used). See Brunet et al. (2004).

Methods (by generic)

References

Brunet J, Tamayo P, Golub TR, Mesirov JP (2004). “Metagenes and molecular pattern discovery using matrix factorization.” _Proceedings of the National Academy of Sciences of the United States of America_, *101*(12), 4164-9. ISSN 0027-8424, doi: 10.1073/pnas.0308531101 (URL: https://doi.org/10.1073/pnas.0308531101).

See Also

cophenetic


renozao/NMF documentation built on June 14, 2020, 9:35 p.m.