Skip to contents

Load GWAS-SSF file

Usage

LoadGWAS(gwas.file)

Arguments

gwas.file

Path to GWAS/QTL summary statistics file (TSV)

Value

data.frame with following columns present: chromosome, base_pair_location, p_value

Details

Input format based on GWAS-SSF (NHGRI-EBI GWAS Catalog standard).

Required columns: chromosome, base_pair_location, p_value

Optional columns: variant_id, beta, standard_error

Column matching is case-insensitive. Also accepts QTL data in the same format.