GWASapply_rapid: Rapid GWAS with PCA

Description Usage Arguments Value

View source: R/GWAS_rapid.R

Description

Rapid GWAS with PCA

Usage

1
2
3
4
5
6
7
GWASapply_rapid(
  pheno = NULL,
  geno = NULL,
  Cov = NULL,
  PCA.M = 3,
  cutoff = NULL
)

Arguments

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

Value

GWAS P-values


stp4freedom/GWhEAT documentation built on April 3, 2020, 4:21 a.m.