get_mds | R Documentation |
This runs limma::plotMDS()
, but suppresses the generation of the
plot and instead returns the MDS dimensions in a matrix.
get_mds(x, k, ...)
x |
The object to run |
k |
The number of MDS dimensions to return. If not specified, the maximum possible number will be returned. |
... |
Additional arguments to |
A matrix with k
columns, and ncol(x)
rows containing
the MDS dimensions, with each column named "DimN", where N is
the number of that dimension.
# TODO Steal from plotMDS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.