cola_report-ConsensusPartition-method {cola} | R Documentation |
Make HTML report from the ConsensusPartition object
## S4 method for signature 'ConsensusPartition' cola_report(object, output_dir)
object |
a |
output_dir |
the output directory where the report is put. |
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 = ...)
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
cola_report,ConsensusPartitionList-method
# There is no example NULL