col_scale {primePCA} | R Documentation |
Center and/or normalize each column of a matrix
Description
Center and/or normalize each column of a matrix
Usage
col_scale(X, center = T, normalize = F)
Arguments
X |
a numeric matrix with NAs or "Incomplete" matrix object (see softImpute package) |
center |
center each column of |
normalize |
normalize each column of |
Value
a centered and/or normalized matrix of the same dimension as X
.
[Package primePCA version 1.2 Index]