View source: R/Microclusters.R
maxSizeCladewiseTreeCluster | R Documentation |
Performs a breadth first search to create a specific number of clusters Clusters are split to prioritize max cluster size
maxSizeCladewiseTreeCluster(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 tips representing samples in the cluster.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.