Description Usage Arguments Value Examples
varComp function will estimate variance components
1 | varComp(Y, K, numThreads, outPath, outName)
|
Y |
is the phenotype matrix, phenotypes x individual |
K |
is obtained from the Kinship function |
numThreads |
Number of parallel processes |
outPath |
is a parameter that specifies the path of the result file |
outName |
is a parameter that specifies the name of the result file |
Variance components Vg: genetic factor Ve: environment factor
1 2 3 4 | Y <- as.matrix(read.table(GeneExpressionData))
K <- Kinship(X, outPath, outName)
VC <- varComp(Y, K, numThreads, outPath, outName)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.