computeAUC {coca} | R Documentation |
Compute Area Under the Curve (AUC)
Description
This function allows to compute the area under the curve of the empirical distribution function of a consensus matrix as described in Monti et al. (2003), Section 3.3.1.
Usage
computeAUC(consensusMatrix)
Arguments
consensusMatrix |
Consensus matrix, output of the "coca::consensusCluster" function. |
Value
This function returns the area under the curve.
Author(s)
Alessandra Cabassi alessandra.cabassi@mrc-bsu.cam.ac.uk
[Package coca version 1.1.0 Index]