initialize_params: Initialize parameters to be used throughout scITD in various...

View source: R/manage_container.R

initialize_paramsR Documentation

Initialize parameters to be used throughout scITD in various functions

Description

Initialize parameters to be used throughout scITD in various functions

Usage

initialize_params(ctypes_use, ncores = 4, rand_seed = 10)

Arguments

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)

Value

A list of the experiment parameters to use.

Examples

param_list <- initialize_params(ctypes_use = c("CD4+ T", "CD8+ T"),
ncores = 1, rand_seed = 10)

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