top_rows_overlap-ConsensusPartitionList-method {cola} | R Documentation |
Overlap of top rows from different top-value methods
## S4 method for signature 'ConsensusPartitionList' top_rows_overlap(object, top_n = min(object@list[[1]]@top_n), method = c("euler", "venn", "correspondance"), ...)
object |
A |
top_n |
Number of top rows. |
method |
|
... |
Additional arguments passed to |
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
data(cola_rl) top_rows_overlap(cola_rl, method = "venn") top_rows_overlap(cola_rl, method = "correspondance")