mds | R Documentation |
Calculates the MDS for a given MDS type and stores the 3 dimensions in the object for later use.
mds(dataObj, ..., mds.type = "PCA", onwhat = "Expression", genes = F)
dataObj |
the StefansExpressionSet object |
mds.type |
Which MDS function should be called default="PCA" |
onwhat |
condense which dataset at the moment only Expression is supported default='expression' |
genes |
do it on genes not on samples (default = F) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.