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"

Try the snpsettest package in your browser

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

snpsettest documentation built on Sept. 10, 2023, 1:08 a.m.