Description Usage Arguments Value See Also
Performs pam-clustering with the respective variables, during
the denoted phase for all values denoted in input for argument k_values
.
The name of the respective clustering results is assembled as a combination of 'pam_k' and the respective value for k.
1 2 3 4 5 6 7 8 9 | doPamClustering(
object,
k_values,
stand = TRUE,
phase = "first_tmt",
variables = "all",
...,
verbose = TRUE
)
|
object |
A valid cell tracer object. |
k_values |
Numeric vector. Denotes all k-values of interest. |
stand |
Given to argument |
phase |
Character value. Refers to the phase of the experiment. Valid inputs are:
Note: This argument is ignored if the experiment set up did not include any treatment or the treatment started right from the beginning. |
variables |
The numeric variables upon which the clusters are calculated. Valid inputs can
be obtained with the function The default is set to 'all' which includes all numeric values. |
... |
Additional arguments given to |
verbose |
Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) |
An updated celltracer-object.
getPamObject(), getClusterNames()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.