top_rows_overlap-HierarchicalPartition-method {cola} | R Documentation |
Overlap of top rows on different nodes
## S4 method for signature 'HierarchicalPartition' top_rows_overlap(object, method = c("euler", "upset", "venn"), fill = NULL, ...)
object |
A |
method |
|
fill |
Filled color for the Euler diagram. The value should be a color vector. Transparency of 0.5 are added internally. |
... |
Additional arguments passed to |
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
data(golub_cola_rh) top_rows_overlap(golub_cola_rh, method = "euler") top_rows_overlap(golub_cola_rh, method = "upset") top_rows_overlap(golub_cola_rh, method = "venn")