View source: R/dimentionality-reduction.R
run_dr | R Documentation |
Run dimensionality reduction, pca, tse, and umap
run_dr(
data,
dr_method,
prefix,
assay = NULL,
var_features = FALSE,
features = NULL,
graph = NULL,
num_dim_use = NULL,
reduction = NULL,
num_neighbors = NULL,
num_pcs = NULL,
...
)
data |
Data to use for dimensionality reduction. |
dr_method |
Dimensionality reduction method. |
prefix |
. |
assay |
. |
var_features |
. |
features |
. |
graph |
. |
num_dim_use |
. |
reduction |
. |
num_neighbors |
. |
num_pcs |
. |
list of dimensionality reduced/
run_pca(), run_tsne(), run_umap()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.