Description Usage Arguments Details Value Methods (by class)
This method clusters subjects based on feature data using any one of seven available clustering algorithms. See Arguments below.
1 2 3 4 5 | modCluster(object, top = 0, how = "hclust", onlyCluster = FALSE, ...)
## S4 method for signature 'ExprsArray'
modCluster(object, top = 0, how = "hclust",
onlyCluster = FALSE, ...)
|
object |
An |
top |
A numeric scalar or character vector. A numeric scalar indicates
the number of top features that should undergo feature selection. A character vector
indicates specifically which features by name should undergo feature selection.
Set |
how |
A character string. The name of the function used to cluster. Select from "hclust", "kmeans", "agnes", "clara", "diana", "fanny", or "pam". |
onlyCluster |
A logical scalar. Toggles whether to return a processed
cluster object or an updated |
... |
Additional arguments to the cluster function and/or
other functions used for clustering (e.g., |
Note that this function will expect the argument k
to define the returned
number of clusters, except when how = "kmeans"
in which case this
function will expect the argument centers
instead.
Typically an ExprsArray
object with subject cluster assignments
added to the $cluster
column of the @anot
slot.
ExprsArray
: Method to compare ExprsArray
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.