combine_gwas_with_1kg_freqs: Combine GWAS with 1,000 genomes frequencies

View source: R/functions.R

combine_gwas_with_1kg_freqsR Documentation

Combine GWAS with 1,000 genomes frequencies

Description

Combine GWAS with 1,000 genomes frequencies

Usage

combine_gwas_with_1kg_freqs(gwas)

Arguments

gwas

Formatted GWAS summary statistics with 1kg frequencies (output of format_gwas)

Value

GWAS summary statistics with 1kg allele frequencies (and aligned alleles)

Examples

df = format_gwas(gwas = gwas_sumstats)
kg_combo = combine_gwas_with_1kg_freqs(df)

benjacobs123456/popPoweR documentation built on March 28, 2022, 4:32 a.m.