cellNormalize: Normalize data

Description Usage Arguments Value Examples

Description

Normalize single cell RNAseq data.

Usage

1
cellNormalize(obj_in, method = "no_norm")

Arguments

obj_in

data object.

method

can choose between "no_norm" (Default, no normalization would be performed) and "scQ" (an adjusted quantile normalization for single cell data).

Value

data object.

Examples

1
data_obj = cellNormalize(data_obj);

GIS-SP-Group/RCA documentation built on May 6, 2019, 5:30 p.m.