PlinkQC: R interface for running a Plink QC workflow.

Description Usage Arguments Value Author(s) Examples

Description

This is an interface between R and PLINK so we don???t have to directly run PLINK code. It will run a bunch of QC statistics for samples and SNPs and generate a report of exclusions.

Usage

1
plinkQC(home)

Arguments

home

Home file path for the projects.

Value

An output RDS file will be created for each batch and saved to the ~/PLINK directory

Author(s)

Brian Carter

Examples

1
2
src <- file.path("s:/diet validation genotyping")
PlinkQC(src)

buddha2490/BERGgeneQC documentation built on Feb. 18, 2020, 9:35 p.m.