Description Usage Arguments Details Value References Examples
Hierarchical Cluster Analysis is a numerical technique that uses agglomerative clustering to identify clusters or groupings of samples.
1 2 3 4 5 6 7 |
dist_method |
(character) Distance measure. Allowed values are limited to the following:
The default is |
cluster_method |
(character) Agglomeration method. Allowed values are limited to the following:
The default is |
minkowski_power |
(numeric) The default is |
factor_name |
(character) The name of a sample-meta column to use. |
... |
Additional slots and values passed to |
This object makes use of functionality from the following packages:
stats
A HCA
object.
R Core Team (2020). R: A Language and Environment for Statistical Computing. R Foundation for Statistical Computing, Vienna, Austria. https://www.R-project.org/.
1 2 3 | D = iris_DatasetExperiment()
M = HCA(factor_name='Species')
M = model_apply(M,D)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.