Skip to contents

Parse GWAS format of tidyGWAS::tidyGWAS()

Usage

from_tidyGWAS(tbl, n = c("N", "EffectiveN"))

Arguments

tbl

a dplyr::tibble()

n

Column name of sample size, default is "N".

Value

a munged dplyr::tibble()

Examples

if (FALSE) { # \dontrun{
munged <- from_tidyGWAS("path/tidyGWAS/cleaned/tidyGWAS_hivestyle")
} # }