URG_normalize {Corbi} | R Documentation |
Normalize using given factors
Description
Normalize the expression matrix by using the given factor for each sample.
Usage
URG_normalize(expr.matrix, factor, log.expr = FALSE)
Arguments
expr.matrix |
The expression matrix. Each row represents a gene and each column represents a sample. |
factor |
The numeric vector of normalization factors. |
log.expr |
Logical variable indicating whether the input expression matrix is in logarithmic scale. |
Value
This function will return a numeric matrix with the same dimension of expr.matrix
.
See Also
[Package Corbi version 0.6-2 Index]