rowscale {PCFAM} | R Documentation |
Scale each row of a matrix
Description
This function scales the input matrix so that each row mean is 0 and each row (sample) variance is 1.
Usage
rowscale(X)
Arguments
X |
input data matrix |
Value
Output the row-scaled matrix.
Author(s)
Yi-Hui ZHou, Fred A. Wright
References
Computation of ancestry scores with mixed families and unrelated individuals. arXiv:1606.08416.
[Package PCFAM version 1.0 Index]