View source: R/Microclusters.R
depthBasedCladewiseTreeCluster | R Documentation |
Performs a breadth first search to create a specific number of clusters. Clusters are split based on depth.
depthBasedCladewiseTreeCluster(tree, target = 10)
tree |
object of class phylo |
target |
number of clusters to attempt to generate |
List of clusters, each entry being a vector of indices representing samples in the cluster.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.