clusters | R Documentation |
create the grouping based on the MDS or raw data.
clusters( dataObj, clusterby = "raw", useGrouping = NULL, mds.proj = NULL, groups.n = 3, ctype = "hierarchical clust", onwhat = "Expression", cmethod = "ward.D" )
dataObj |
TEXT MISSING |
clusterby |
TEXT MISSING default="raw" |
useGrouping |
do not calculate a new grouping - use this column in the samples table (default=NULL) |
groups.n |
TEXT MISSING default= 3 |
ctype |
TEXT MISSING default='hierarchical clust' |
onwhat |
TEXT MISSING default="Expression" |
cmethod |
TEXT MISSING default='ward.D' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.