Description Usage Arguments Value Examples
generateR function estimate correlation in the rotated space
1 | generateR(X, K, VC, outPath, outName)
|
X |
is the SNP matrix, individual x snp |
K |
is obtained from the Kinship function |
VC |
is obtained from the varComp function |
outPath |
is a parameter that specifies the path of the result file |
outName |
is a parameter that specifies the name of the result file |
estimated correlation in the rotated space
1 2 3 4 5 | X <- as.matrix(read.table(SNPData))
K <- Kinship(X, outPath, outName)
VC <- varComp(Y, K, numThreads, outPath, outName)
gR <- generateR(X, K, VC, outPath, outName)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.