CorCpp {AllelicSeries} | R Documentation |
Correlation C++
Description
Correlation C++
Usage
CorCpp(x)
Arguments
x |
Numeric matrix. |
Value
Numeric matrix of correlation among the columns.
Notes
Verified this function is faster that R's built-in correlation function for large genotype matrices.
[Package AllelicSeries version 0.1.1.5 Index]