AddMDS | R Documentation |
Generates a Multidimensional Scaling (MDS) for the active assay of the given object. Checks for a distance object in the 'misc' field; calculates one based on correlation distance if not present.
AddMDS(pisces.obj, num.dims = 2)
pisces.obj |
A Seurat object with 'scale.data' in the active assay. |
num.dims |
Number of dimensions to return. Default of 2. |
A Seurat object with a 'mds' object added to the 'misc' field of the active assay.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.