GWASDS | R Documentation |
Performs GWAS using GENESIS
Bioconductor package
GWASDS(genoData, outcome, covars = NULL, family = "binomial", snpBlock, ...)
genoData |
a |
outcome |
A character string specifying the name of the outcome variable in |
covars |
A vector of character strings specifying the names of the fixed effect covariates
in |
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.