View source: R/dimensinalityReduction.R
runReduction | R Documentation |
Run t-SNE or UMAP or t-UMAP dimensionality reduction on selected features from PCA or LSA. See ?umap or ?Rtsne for additional parameter to use.
runReduction( data, reduction = "tumap", nt = 2, seed = 18051982, ret_model_pred = T, verbose = T, ... )
data |
list; GFICF object |
reduction |
characters; Reduction method to use. One of:
|
nt |
integer; Number of thread to use (default 2). |
seed |
integer; Initial seed to use. |
ret_model_pred |
boolean; If true, the umap model is retained to be used for prediction. |
verbose |
boolean; Icrease verbosity. |
... |
Additional arguments to pass to Rtsne/umap/tumap call. |
The updated gficf object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.