Calculate consensus-clustering stability diagnostics
Source:R/network.R
cluster_consensus_diagnostics.RdCalculate consensus-clustering stability diagnostics
Usage
cluster_consensus_diagnostics(results, title = tempdir(), plot = NULL, ...)Arguments
- results
Result list returned by
cluster_consensus().- title
Output title or directory used by ConsensusClusterPlus.
- plot
Plot format accepted by
ConsensusClusterPlus::calcICL(), orNULLto suppress plots.- ...
Additional arguments passed to
ConsensusClusterPlus::calcICL().