Description Usage Arguments Examples
This function clusters the data based on hclust, mclust or the kmeans algorithm. This function can be used to cluster any data slot the BioData class offers (see combination of onwhat and clusterby).
1 2 3 4 5 6 7 8 9 10 |
dataObj |
the BioData object |
clusterby |
is used to specify the MDS type if onwhat is set to MDS (PCA, TSNE_R ...) or the raw, zscored or raw slot for expression data (default 'raw') |
useGrouping |
do nothing and simply use this grouping default=NULL |
groups.n |
how many groups should be detected default= 3 |
ctype |
cluster type - either 'hierarchical clust', 'mclust' or 'kmeans' default = 'hierarchical clust' |
onwhat |
This option selects the source data ('Expression', or 'MDS') |
cmethod |
the method to used with the hclust clustering (default = 'ward.D2') |
name |
the name for the new grouping (default = 'auto_clusters.1:n') |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.