EpipwR.data: Reference data for EpipwR

2024-09-10

EpipwR.data is used to access reference data from ExperimentHub for the EpipwR package.

Data

The data sets accessed through this package are based on source data publicly available on the Gene expression omnibus. The authors would like to acknowledge the work done by Graw et. al. (2019) in identifying the source data sets for EWAS power analyses. EpipwR uses beta distribution parameters \(\alpha\),\(\beta\), estimated through method of moments. Specifically, beta values are calculated from the source data set for every subject/CpG combination. Sample means and variances are then calculated for each CpG site. Finally, these are converted to \(\alpha\),\(\beta\), using the below formulas:

\(\hat{\alpha}=\frac{\bar{x}^2(1-\bar{x})}{s^2}-\bar{x}\)

\(\hat{\beta}=\frac{\hat{\alpha}(1-\bar{x})}{\bar{x}}\)

The below table has access information for each of the source data sets.

Tissue Type Accession Number Reference
Saliva GSE92767 (Hong et al., 2017)
Lymphoma GSE42372 (Matsunaga et al., 2014)
Placenta GSE62733 (Kawai et al., 2015)
Liver GSE61258 (Horvath et al., 2014)
Colon GSE77718 (McInnes et al., 2017)
Blood (Adults) GSE42861 (Kular et al., 2018; Y. Liu et al., 2013)
Blood (Children) GSE83334 (Urdinguio et al., 2016)
Blood (Newborns) GSE82273 (Markunas et al., 2016)
Cord-blood (whole blood) GSE69176
Cord-blood (PBMC) GSE110128 (Langie et al., 2018)
Adult (PBMC) GSE67170 (Y. H. Zhang et al., 2018)
Sperm GSE114753 (Jenkins et al., 2017)
# Load sessioninfo package
library(sessioninfo)

# Display session information
session_info()
## ─ Session info ───────────────────────────────────────────────────────────────
##  setting  value
##  version  R version 4.4.1 (2024-06-14)
##  os       Ubuntu 24.04.1 LTS
##  system   x86_64, linux-gnu
##  ui       X11
##  language (EN)
##  collate  C
##  ctype    en_US.UTF-8
##  tz       America/New_York
##  date     2024-10-22
##  pandoc   2.7.3 @ /usr/bin/ (via rmarkdown)
## 
## ─ Packages ───────────────────────────────────────────────────────────────────
##  package     * version date (UTC) lib source
##  bslib         0.8.0   2024-07-29 [2] CRAN (R 4.4.1)
##  cachem        1.1.0   2024-05-16 [2] CRAN (R 4.4.1)
##  cli           3.6.3   2024-06-21 [2] CRAN (R 4.4.1)
##  digest        0.6.37  2024-08-19 [2] CRAN (R 4.4.1)
##  evaluate      1.0.1   2024-10-10 [2] CRAN (R 4.4.1)
##  fastmap       1.2.0   2024-05-15 [2] CRAN (R 4.4.1)
##  htmltools     0.5.8.1 2024-04-04 [2] CRAN (R 4.4.1)
##  jquerylib     0.1.4   2021-04-26 [2] CRAN (R 4.4.1)
##  jsonlite      1.8.9   2024-09-20 [2] CRAN (R 4.4.1)
##  knitr         1.48    2024-07-07 [2] CRAN (R 4.4.1)
##  lifecycle     1.0.4   2023-11-07 [2] CRAN (R 4.4.1)
##  R6            2.5.1   2021-08-19 [2] CRAN (R 4.4.1)
##  rlang         1.1.4   2024-06-04 [2] CRAN (R 4.4.1)
##  rmarkdown     2.28    2024-08-17 [2] CRAN (R 4.4.1)
##  sass          0.4.9   2024-03-15 [2] CRAN (R 4.4.1)
##  sessioninfo * 1.2.2   2021-12-06 [2] CRAN (R 4.4.1)
##  xfun          0.48    2024-10-03 [2] CRAN (R 4.4.1)
##  yaml          2.3.10  2024-07-26 [2] CRAN (R 4.4.1)
## 
##  [1] /home/biocbuild/bbs-3.20-data-experiment/tmpdir/Rtmp6JaEcA/Rinst1e8005468d8739
##  [2] /home/biocbuild/bbs-3.20-bioc/R/site-library
##  [3] /home/biocbuild/bbs-3.20-bioc/R/library
## 
## ──────────────────────────────────────────────────────────────────────────────

References

Graw, S., Henn, R., Thompson, J. A., & Koestler, D. C. (2019). pwrEWAS: a user-friendly tool for comprehensive power estimation for epigenome wide association studies (EWAS). BMC Bioinformatics, 20(1), 218–218.