Make HTML report from the ConsensusPartition object

# S4 method for ConsensusPartition
cola_report(object, output_dir = getwd(),
    title = qq("cola Report for Consensus Partitioning (@{object@top_value_method}:@{object@partition_method})"),
    env = parent.frame())

Arguments

object

A ConsensusPartition-class object.

output_dir

The output directory where the report is saved.

title

Title of the report.

env

Where the objects in the report are found, internally used.

Details

It generates report for a specific combination of top-value method and partitioning method.

Value

No value is returned.

Author

Zuguang Gu <z.gu@dkfz.de>

Examples

# There is no example
NULL
#> NULL