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