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.
The function is a wrapper for the GenAbel
package functions
(Covarrubias-Pazaran, 2016).
1 2 | GWAS_GenABEL(gwaa, trait = 1, model = "kinship", nPC = NULL, K_i = TRUE,
verbose = FALSE)
|
gwaa |
|
trait |
|
model |
|
nPC |
Optional matrix of principal components for genetic background correction. Default = NULL. |
K_i |
|
verbose |
|
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
Aulchenko, Y. S., Ripke, S., Isaacs, A., & Van Duijn, C. M. (2007). GenABEL: an R library for genome-wide association analysis. Bioinformatics, 23(10), 1294-1296.
Aulchenko, Y. S., De Koning, D. J., & Haley, C. (2007). Genomewide rapid association using mixed model and regression: a fast and simple method for genomewide pedigree-based quantitative trait loci association analysis. Genetics, 177(1), 577-585.
1 | Come later
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.