ds.metaGWAS | R Documentation |
Performs GWAS using GENESIS
ds.metaGWAS(
genoData,
model,
family = "binomial",
snpBlock = 10000,
datasources = NULL,
...
)
genoData |
|
model |
formula indicating the condition (left side) and other covariates to be adjusted for (i.e. condition ~ covar1 + ... + covar2). The fitted model is: snp ~ condition + covar1 + ... + covarN |
family |
A description of the generalized linear model used. The defatul is "binomial" that is defined for case/control studies. Quantitative traits can be analyzed by using "gaussian". Other values are accepted. |
snpBlock |
an integer specifying the number of SNPs in an iteration block. See |
... |
other arguments of |
a matrix with SNPs ordered by p-values
Gonzalez, JR.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.