Learn R Programming

scITD (version 1.0.4)

initialize_params: 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)

Value

A list of the experiment parameters to use.

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)

Examples

Run this code
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