Description Usage Arguments Details Value Author(s) References Examples
Perform a SNP genome wide association study using optional principal components terms or a kinship matrix to correct for the genetic background.
1 2 3 |
gp |
|
trait |
|
model |
|
thre_cof |
|
win_cof |
|
nPC |
Optional number of principal components for genetic background correction if the 'PC' model is selected. Default = 2. |
K_i |
|
weights |
(Not available for the moment) object of class |
power |
|
mk.sel |
|
verbose |
|
The function is a wrapper for the GWAS
function from the sommer
package (Covarrubias-Pazaran, 2016). The model is fitted using the EMMA
algorithm proposed by Kang et al. (2008).
By default, the kinship matrix is computed using the method of Astle and
Balding (2009). It is possible to compute a linkage disequilibrium adjusted
kinship (LDAK) kinship matrix using the method of Speed et al. (2012) by
introducing the weights computed with the function
LDAK_weights()
(Not available for the moment).
The model can be fitted using the kinship containing all markers or removing
the markers of the scanned chromosome (K_i = TRUE
).
Return:
G_res |
Object of class |
Vincent Garin
Astle, W., & Balding, D. J. (2009). Population structure and cryptic relatedness in genetic association studies. Statistical Science, 451-471.
Covarrubias-Pazaran G. 2016. Genome assisted prediction of quantitative traits using the R package sommer. PLoSONE 11(6):1-15.
Kang, H. M., Zaitlen, N. A., Wade, C. M., Kirby, A., Heckerman, D., Daly, M. J., & Eskin, E. (2008). Efficient control of population structure in model organism association mapping. Genetics, 178(3), 1709-1723.
Speed, D., Hemani, G., Johnson, M. R., & Balding, D. J. (2012). Improved heritability estimation from genome-wide SNPs. The American Journal of Human Genetics, 91(6), 1011-1021.
1 | Come later
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.