update_params: Update any of the experiment-wide parameters

View source: R/manage_container.R

update_paramsR 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)

scITD documentation built on Sept. 8, 2023, 5:11 p.m.