View source: R/manage_container.R
update_params | R Documentation |
Update any of the experiment-wide parameters
update_params(container, ctypes_use = NULL, ncores = NULL, rand_seed = NULL)
container |
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses |
ctypes_use |
character Names of the cell types to use for the analysis (default=NULL) |
ncores |
numeric Number of cores to use (default=NULL) |
rand_seed |
numeric Random seed to use (default=NULL) |
The project container with updated experiment parameters in container$experiment_params.
test_container <- update_params(test_container, ncores=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.