Description Usage Arguments Value Examples
View source: R/performKmeans.R
performKmeans
returns a vector of corresponding clusters for
each gene from a given ExpressionSet.
1 | performKmeans(es, k, replacena = "mean")
|
es |
ExpressionSet object. |
k |
Expected number of clusters. |
replacena |
Method for replacing NA values in series matrix (mean by default) |
Vector of corresponding clusters, serialized to JSON.
1 2 3 4 5 | ## Not run:
data(es)
performKmeans(es, k = 2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.