Learn R Programming

demi (version 1.1.2)

celMatrixNormalize: Initializes the normalization of the raw expression matrix

Description

The function celMatrixNormalize initializes the normalization of the raw expression matrix in the DEMIExperiment object. It is used internally in DEMI analysis.

Usage

celMatrixNormalize(object, fun)
"celMatrixNormalize"(object, fun)

Arguments

object
A DEMIExperiment object. It stores the raw expression matrix.
fun
A function. The function used to normalize the raw expression matrix.

Value

Returns a DEMIExperiment object updated with normalized expression matrix.