Description Usage Arguments Details Value Author(s) Examples
Get a table of MDS values, with proper column names.
1 |
x |
The object to run [limma::plotMDS()] on. |
k |
The number of MDS dimensions to return. If not specified, the maximum possible number will be returned. |
... |
Additional arguments to [limma::plotMDS()]. |
This runs [limma::plotMDS()], but suppresses the generation of the plot and instead returns the MDS dimensions in a matrix.
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.
Ryan Thompson, rct@thompsonclan.org
1 | # TODO Steal from plotMDS
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.