Read GWAS summary statistics
read_gwas(
gwas,
id = "rsID",
A1 = "ALT",
A2 = "REF",
z = "Z",
beta = "ES",
se = "SE"
)
A data frame of GWAS summary statistics.
Column name of the variant IDs.
Column name of the alternative alleles.
Column name of the reference alleles.
Column name of z-scores.
Column name of effect sizes.
Column name of the standard errors.
A data frame of processed GWAS summary statistics.