gwas: A pure R implementation of GWAS

Description Usage Arguments Value

View source: R/gwas.R

Description

A pure R implementation of GWAS

Usage

1
gwas(pheno_mat, geno_mat, pheno_name, covar_names)

Arguments

pheno_mat

Phenotype data frame

geno_mat

Genotype data frame

pheno_name

Name of phenotype

covar_names

Names of covariates

Value

A data frame with two columns, one for SNP names, one for p values.


kindlychung/CollapsABEL documentation built on May 20, 2019, 9:57 a.m.