Norm_Y {FEAST}R Documentation

Normalize the count expression matrix by the size factor and take the log transformation.

Description

Normalize the count expression matrix by the size factor and take the log transformation.

Usage

Norm_Y(Y)

Arguments

Y

a count expression matrix

Value

a normalized matrix

Examples

data(Yan)
Ynorm = Norm_Y(Y)

[Package FEAST version 1.1.2 Index]