update_params {scITD} | R Documentation |
Update any of the experiment-wide parameters
Description
Update any of the experiment-wide parameters
Usage
update_params(container, ctypes_use = NULL, ncores = NULL, rand_seed = NULL)
Arguments
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) |
Value
The project container with updated experiment parameters in container$experiment_params.
Examples
test_container <- update_params(test_container, ncores=1)
[Package scITD version 1.0.4 Index]