Skip to content

Commit

Permalink
added param for fast cPCA
Browse files Browse the repository at this point in the history
  • Loading branch information
acwarren committed Apr 9, 2020
1 parent b63acfe commit 1a6e8d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/global_params.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ global <- list(
mod_clust_res = 5, # resolution parameter used for clustering the data
mnn_ndist = 3, # ndist parameter used for MNN
n_PC_dims = 70, # number of PCs to use for dimensionality reduction
reduction.use = 'umap'
reduction.use = 'umap', # 2D projection used for plotting
fast_cPCA = NULL # to run fast cPCA (approximate the cPCA eigenvectors instead of calculating all) set this to a value >= 4
)

table_theme <- gridExtra::ttheme_minimal(
Expand Down

0 comments on commit 1a6e8d5

Please sign in to comment.