plot_ecdf-ConsensusPartition-method: Plot the empirical cumulative distribution (eCDF) curve of...

plot_ecdf-ConsensusPartition-methodR Documentation

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

Description

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

Usage

## S4 method for signature '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.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

See Also

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

Examples

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

jokergoo/cola documentation built on Feb. 29, 2024, 1:41 a.m.