Description Usage Arguments Author(s)
View source: R/analysis-tools.R
This function sets-up analysis-related tools such as computing a cell-correlation matrix, t-SNE and UMAP to be used later in downstream analysis.
1 2 3 4 5 6 7 8 9 10 11 12 13 | scandal_setup_analysis(
object,
computation_opts = c(correlation = TRUE, tsne = TRUE, umap = TRUE),
cor_method = "pearson",
tsne_perplexity = 30,
tsne_pca = TRUE,
tsne_initial_dims = 50,
tsne_pca_center = TRUE,
tsne_pca_scale = FALSE,
tsne_normalize = TRUE,
umap_config = scandal_default_umap_config(),
verbose = FALSE
)
|
umap_config |
Avishay Spitzer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.