Description Usage Arguments Value Author(s) Examples
View source: R/lungFunctionsForWGCNA.R
Make data matrix column-wise unit-length vectors.
1 | normalization(datExpr)
|
datExpr |
Data matrix or data frame. |
Normalized data matrix.
Yun Zhang
1 2 3 | data(lungData)
datExpr <- lungData
datExpr.normed <- normalization(datExpr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.