cldend2array | R Documentation |
Translate cell cluster dendrogram to an array, one row per node with 1/0 cluster membership
cldend2array(d, cells = NULL)
d |
cell cluster dendrogram |
cells |
character vector of cells (default=NULL). If NULL, determine the total order of cells with unlist(dendrapply(d, attr, 'cells')) |
array with one row per node with 1/0 cluster membership
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.