cluster_overlap | R Documentation |
Compares two clusterings and creates a table of overlap between them. Module labels do not have to match.
cluster_overlap(k1, k2)
k1 |
First clustering |
k2 |
Second clustering |
A matrix showing the module overlap with the labels of k1
in
the columns and the labels of k2
in the rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.