Plot the empirical cumulative distribution (eCDF) curve of the consensus matrix

# S4 method for ConsensusPartition
plot_ecdf(object, ...)

Arguments

object

A ConsensusPartition-class object.

...

Other arguments.

Details

It plots eCDF curve for each k.

This function is mainly used in collect_plots and select_partition_number functions.

Value

No value is returned.

See also

See ecdf for a detailed explanation of the empirical cumulative distribution function.

Author

Zuguang Gu <z.gu@dkfz.de>

Examples

data(golub_cola)
plot_ecdf(golub_cola["ATC", "skmeans"])