cola_report-ConsensusPartition-method: Make HTML report from the ConsensusPartition object

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Make HTML report from the ConsensusPartition object

Usage

1
2
3
4
## S4 method for signature '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(s)

Zuguang Gu <z.gu@dkfz.de>

See Also

cola_report,ConsensusPartitionList-method

Examples

1
2
# There is no example
NULL

cola documentation built on Nov. 8, 2020, 8:12 p.m.