Description Usage Arguments Value Examples
Generate Umap and it requires user to input cell label index on console window.
1 2 3 4 5 6 | PlotDimension(object, ...)
.plotDimension(object, reduction = "umap", pt_size = 1)
## S4 method for signature 'IRISFGM'
PlotDimension(object, reduction = "umap", pt_size = 1)
|
object |
Input IRIS-FGM Object |
... |
other arguments passed to methods |
reduction |
Choose one of approaches for dimension reduction, including 'pca', 'tsne', 'umap'. |
pt_size |
Point size, default is 0. |
generate plot on umap space.
1 | ## Not run: PlotDimension(object)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.