R/phewas_manhattan.R

#' @export
# Calls phewasManhattan, is just here for naming consistency

phewas_manhattan <-
  function(d, add.phewas.descriptions=T, ...) {
    phewasManhattan(d, add.phewas.descriptions, ...)
  }
ekawaler/simplePheWAS documentation built on May 16, 2019, 2:24 a.m.