R/PP_CAD.R

#' Genetic association data from pulse pressure (PP) and coronary artery disease
#'  (CAD) GWAS.
#'
#' A dataset containing chromosome position, rsid and allele information as well
#'  as estimates of the regression coefficients and associated standards errors
#'   from the SBP and CAD GWAS.
#'
#' @format A data frame with 121 rows and 8 variables:
#' \describe{
#'   \item{chr.pos}{chromosome position}
#'   \item{rsid}{RSID}
#'   \item{bx}{estimated regression coefficient with risk-factor, SBP}
#'   \item{bxse}{standard error of estimated regression coefficient with
#'    risk-factor, SBP}
#'   \item{by}{estimated regression coefficient with outcome, CAD}
#'   \item{byse}{standard error of estimated regression coefficient with
#'    outcome, CAD}
#'   \item{a1}{a1 allele}
#'   \item{a2}{a2 allele}
#' }
#' @source \url{https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6284793/}
#' @source \url{http://www.phenoscanner.medschl.cam.ac.uk}
"PP_CAD"
cnfoley/mrclust documentation built on Oct. 20, 2021, 2:10 p.m.