Skip to contents

meta_analyze summary statistics, one chromosome at a time! This function is exposed to allow for testing using real data

Usage

meta_analyze_by_chrom(dset, chrom, by, ref)

Arguments

dset

an arrow::open_dataset() object

chrom

chromosome to use for meta-analysis

by

a character vector of column names to group by. Default is c("CHR", "POS", "RSID", "EffectAllele", "OtherAllele")

ref

either "REF_37" or "REF_38", depending on which column you want to use to standardize reference allele

Value

a dplyr::tibble()

Examples

if (FALSE) { # \dontrun{
meta_analyze_by_crom(dset, chrom = "22")
} # }