powered by
Update any of the experiment-wide parameters
update_params(container, ctypes_use = NULL, ncores = NULL, rand_seed = NULL)
The project container with updated experiment parameters in container$experiment_params.
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses
character Names of the cell types to use for the analysis (default=NULL)
numeric Number of cores to use (default=NULL)
numeric Random seed to use (default=NULL)
test_container <- update_params(test_container, ncores=1)
Run the code above in your browser using DataLab