Skip to contents

Meta analyse a chromosome, one at a time!

Usage

by_chrom(ds, chrom, ref)

Arguments

ds

an arrow::open_dataset() object

chrom

chromosome

ref

reference allele

Value

a dplyr::tibble()

Examples

if (FALSE) { # \dontrun{
by_chrom(ds, chrom = 1, ref = "REF_38")
} # }