Description Usage Arguments Details Examples
Compare Signatures from Different Nodes
1 2 3 | ## S4 method for signature 'HierarchicalPartition'
compare_signatures(object, depth = max_depth(object),
method = c("euler", "upset"), verbose = interactive(), ...)
|
object |
A |
depth |
Depth of the hierarchy. |
method |
Method to visualize. |
verbose |
Whether to print message. |
... |
Other arguments passed to |
It plots an Euler diagram or a UpSet plot showing the overlap of signatures from different nodes.
On each node, the number of subgroups is inferred by suggest_best_k,ConsensusPartition-method
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.