Description Usage Arguments Examples
This function performs agglomerative hierarchical clustering based on fluidity results
1 | pm_cluster(fluidity_list, method = "ward.D", genome_names)
|
fluidity_list |
data produced from pm_fluidity_all |
method |
method of clustering as used in stats::hclust() |
genome_names |
optional file to label genomes as outputed by organism_names() and similar functions |
1 | ## Not run: pm_cluster(fluidity_result,"ward.D",genome_names)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.