R/exGWAS.R

##' An example file of GWAS summary statistics
##'
##' @format Data frame with columns
##' \describe{
##' \item{id}{SNP ID.}
##' \item{chr}{chromosome.}
##' \item{pos}{base-pair position.}
##' \item{A1, A2}{allele codes.}
##' \item{pvalue}{p value.}
##' }
##' @examples
##' head(exGWAS)
"exGWAS"
HimesGroup/snpsettest documentation built on Sept. 10, 2023, 6:26 p.m.