golub_cola_rh | R Documentation |
Example HierarchicalPartition object from Golub dataset
data(golub_cola_rh)
Following code was used to generate golub_cola_rh
:
library(cola) data(golub_cola) m = get_matrix(golub_cola) set.seed(123) golub_cola_rh = hierarchical_partition( m, cores = 6, anno = get_anno(golub_cola), anno_col = get_anno_col(golub_cola) )
Zuguang Gu <z.gu@dkfz.de>
data(golub_cola_rh)
golub_cola_rh
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.