R/pgs.R

Defines functions pgs .pgs

Documented in pgs .pgs

pgs <- function(bfile, weights, ...) {
  #' @rdname pgs
  #' @export 
  return(.pgs(weights=weights, bfile=bfile, ...))
}
#' This is to enable S3 parsing by the second argument
.pgs <- function(...) {
  #' @rdname pgs
  #' @export
  UseMethod(".pgs")
}
kulmsc/modLassosum documentation built on May 5, 2019, 9:19 a.m.