View source: R/manage_container.R
initialize_params | R Documentation |
Initialize parameters to be used throughout scITD in various functions
initialize_params(ctypes_use, ncores = 4, rand_seed = 10)
ctypes_use |
character Names of the cell types to use for the analysis (default=NULL) |
ncores |
numeric Number of cores to use (default=4) |
rand_seed |
numeric Random seed to use (default=10) |
A list of the experiment parameters to use.
param_list <- initialize_params(ctypes_use = c("CD4+ T", "CD8+ T"),
ncores = 1, rand_seed = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.