Learn R Programming

AllelicSeries (version 0.1.1.5)

CorCpp: Correlation C++

Description

Correlation C++

Usage

CorCpp(x)

Value

Numeric matrix of correlation among the columns.

Arguments

x

Numeric matrix.

Notes

Verified this function is faster that R's built-in correlation function for large genotype matrices.