CollapsABEL (version 0.10.11)

readGwasOut: Read GWAS output from plink If the GWAS is finished, returns a data.frame, otherwise returns NULL.

Description

Read GWAS output from plink If the GWAS is finished, returns a data.frame, otherwise returns NULL.

Usage

readGwasOut(pl_gwas, cn_select = "..all", rmGwasOut = TRUE)

Arguments

pl_gwas
PlGwasC object.
cn_select
Colnames to select. Default to "..all"
rmGwasOut
Logical. Whether to remove GWAS output files after finished reading them. Default to TRUE.

Value

data.frame