powered by
Initialize parameters to be used throughout scITD in various functions
initialize_params(ctypes_use, ncores = 4, rand_seed = 10)
A list of the experiment parameters to use.
character Names of the cell types to use for the analysis (default=NULL)
numeric Number of cores to use (default=4)
numeric Random seed to use (default=10)
param_list <- initialize_params(ctypes_use = c("CD4+ T", "CD8+ T"), ncores = 1, rand_seed = 10)
Run the code above in your browser using DataLab