cola_report-ConsensusPartition-method {cola}R Documentation

Make HTML report from the ConsensusPartition object

Description

Make HTML report from the ConsensusPartition object

Usage

## S4 method for signature 'ConsensusPartition'
cola_report(object, output_dir)

Arguments

object

a ConsensusPartition-class object.

output_dir

the output directory where the report is put.

Details

Please generate report on the ConsensusPartitionList-class object directly.

If you want to make report only for one single method, you can subset the ConsensusPartitionList-class object and then call cola_report, e.g.

    cola_report(res_list["sd", "hclust", drop = FALSE], output_dir = ...)  

Value

No value is returned.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

See Also

cola_report,ConsensusPartitionList-method

Examples

# There is no example
NULL


[Package cola version 1.0.0 Index]