Description Usage Arguments Value
Rapid GWAS with PCA
1 2 3 4 5 6 7 | GWASapply_rapid(
pheno = NULL,
geno = NULL,
Cov = NULL,
PCA.M = 3,
cutoff = NULL
)
|
pheno |
file with numeric phenotypic values |
geno |
data.frame with genotype calls coded as 0,1,2. |
Cov |
numeric data.frame with covariates values |
PCA.M |
number of principal components to use default is 3 |
cutoff |
If cutoff is default, uses Bonferroni; 0.05/number of SNPs |
GWAS P-values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.