R/maf_data.R

#' SNP minor allele frequencies
#'
#' \code{maf} contains the minor allele frequencies for the 450 SNPs in
#' the \code{\link{genotypes}} dataset
#'
#' @docType data
#'
#' @usage data(maf)
#'
#' @name maf
#'
#' @format a numeric vector
#'
#' @examples
#' data(maf)
#' all((maf <= 0.5) & (maf >= 0))
"maf"

Try the epiGWAS package in your browser

Any scripts or data that you put into this service are public.

epiGWAS documentation built on Sept. 8, 2019, 5:02 p.m.