mds.and.clus | R Documentation |
this function calculates the MDS and creates the grouping if necessary.
mds.and.clus( dataObj, ..., clusterby = "raw", mds.type = "PCA", groups.n, LLEK = 2, cmethod = "ward.D", ctype = "hierarchical clust", onwhat = "Expression", useGrouping = NULL )
dataObj |
TEXT MISSING |
clusterby |
cluster by raw or MDS default="raw" |
mds.type |
which MDS function to use default="PCA" |
groups.n |
the numer of groups to create |
LLEK |
the LLEK option for the LLE and ISOMAP mds functions default=2 |
cmethod |
the hyclust method to use default='ward.D' |
ctype |
the clustering method ('hierarchical clust' or kmeans) default='hierarchical clust' |
onwhat |
cluster on FACS or Expression data default="Expression" |
useGrouping |
do not calculate a new grouping - use this column in the samples table (default=NULL) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.