1 How to access GSE159526 with Bioconductor

1.1 Citing GSE159526

We hope that GSE159526 will be useful for your research. Please use the following information to cite the package and the overall approach. Thank you!

## Citation info
citation("GSE159526")
#> To cite package 'GSE159526' in publications use:
#> 
#>   Yuan V, Hui D, Penaherrera M, Beristain A, Robinson W (2021).
#>   "Cell-specific characterization of the placental methylome." _BMC
#>   Genomics_. doi:10.1186/s12864-020-07186-6
#>   <https://doi.org/10.1186/s12864-020-07186-6>,
#>   <https://bmcgenomics.biomedcentral.com/articles/10.1186/s12864-020-07186-6>.
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Article{,
#>     title = {Cell-specific characterization of the placental methylome},
#>     author = {Victor Yuan and Desmond Hui and Maria S. Penaherrera and Alexander G. Beristain and Wendy P. Robinson},
#>     year = {2021},
#>     journal = {BMC Genomics},
#>     doi = {10.1186/s12864-020-07186-6},
#>     url = {https://bmcgenomics.biomedcentral.com/articles/10.1186/s12864-020-07186-6},
#>   }

2 Quick start to using to GSE159526

There are 3 objects associated with GSE159526:

EH6130 - Raw DNA methylation data, .idat files read into r with minfi and saved as an rgset object.

EH6131 - Processed filtered DNA methylation data. Described in (Yuan, Hui, Penaherrera, Beristain, and Robinson, 2021).

EH6132 - Sample information stored as a tibble/data.frame object.

eh <- ExperimentHub()
query(eh, "GSE159526")

# raw rgset
library(minfi)
GSE159526_rgset <- eh[['EH6130']] # requires minfi

# normalized processed data matrix
GSE159526_data <- eh[['EH6131']]

# sample information
GSE159526_pdat <- eh[['EH6132']]

3 Reproducibility

The GSE159526 package (Yuan, Hui, Penaherrera et al., 2021) was made possible thanks to:

  • R (R Core Team, 2023)
  • BiocStyle (Oleś, 2023)
  • knitr (Xie, 2023)
  • RefManageR (McLean, 2017)
  • rmarkdown (Allaire, Xie, Dervieux, McPherson, Luraschi, Ushey, Atkins, Wickham, Cheng, Chang, and Iannone, 2023)
  • sessioninfo (Wickham, Chang, Flight, Müller, and Hester, 2021)
  • testthat (Wickham, 2011)

This package was developed using biocthis.

Code for creating the vignette:

## Create the vignette
library("rmarkdown")
system.time(render(here::here("vignettes", "GSE159526.Rmd"), 
                   "BiocStyle::html_document"))

## Extract the R code
library("knitr")
knit("GSE159526.Rmd", tangle = TRUE)

Date the vignette was generated.

#> [1] "2023-10-26 10:27:17 EDT"

Wallclock time spent generating the vignette.

#> Time difference of 0.681 secs

R session information.

#> ─ Session info ───────────────────────────────────────────────────────────────────────────────────────────────────────
#>  setting  value
#>  version  R Under development (unstable) (2023-10-22 r85388)
#>  os       Ubuntu 22.04.3 LTS
#>  system   x86_64, linux-gnu
#>  ui       X11
#>  language (EN)
#>  collate  C
#>  ctype    en_US.UTF-8
#>  tz       America/New_York
#>  date     2023-10-26
#>  pandoc   2.7.3 @ /usr/bin/ (via rmarkdown)
#> 
#> ─ Packages ───────────────────────────────────────────────────────────────────────────────────────────────────────────
#>  package     * version date (UTC) lib source
#>  backports     1.4.1   2021-12-13 [2] CRAN (R 4.4.0)
#>  bibtex        0.5.1   2023-01-26 [2] CRAN (R 4.4.0)
#>  BiocManager   1.30.22 2023-08-08 [2] CRAN (R 4.4.0)
#>  BiocStyle   * 2.31.0  2023-10-25 [2] Bioconductor
#>  bookdown      0.36    2023-10-16 [2] CRAN (R 4.4.0)
#>  bslib         0.5.1   2023-08-11 [2] CRAN (R 4.4.0)
#>  cachem        1.0.8   2023-05-01 [2] CRAN (R 4.4.0)
#>  cli           3.6.1   2023-03-23 [2] CRAN (R 4.4.0)
#>  digest        0.6.33  2023-07-07 [2] CRAN (R 4.4.0)
#>  evaluate      0.22    2023-09-29 [2] CRAN (R 4.4.0)
#>  fastmap       1.1.1   2023-02-24 [2] CRAN (R 4.4.0)
#>  generics      0.1.3   2022-07-05 [2] CRAN (R 4.4.0)
#>  glue          1.6.2   2022-02-24 [2] CRAN (R 4.4.0)
#>  htmltools     0.5.6.1 2023-10-06 [2] CRAN (R 4.4.0)
#>  httr          1.4.7   2023-08-15 [2] CRAN (R 4.4.0)
#>  jquerylib     0.1.4   2021-04-26 [2] CRAN (R 4.4.0)
#>  jsonlite      1.8.7   2023-06-29 [2] CRAN (R 4.4.0)
#>  knitr         1.44    2023-09-11 [2] CRAN (R 4.4.0)
#>  lifecycle     1.0.3   2022-10-07 [2] CRAN (R 4.4.0)
#>  lubridate     1.9.3   2023-09-27 [2] CRAN (R 4.4.0)
#>  magrittr      2.0.3   2022-03-30 [2] CRAN (R 4.4.0)
#>  plyr          1.8.9   2023-10-02 [2] CRAN (R 4.4.0)
#>  R6            2.5.1   2021-08-19 [2] CRAN (R 4.4.0)
#>  Rcpp          1.0.11  2023-07-06 [2] CRAN (R 4.4.0)
#>  RefManageR  * 1.4.0   2022-09-30 [2] CRAN (R 4.4.0)
#>  rlang         1.1.1   2023-04-28 [2] CRAN (R 4.4.0)
#>  rmarkdown     2.25    2023-09-18 [2] CRAN (R 4.4.0)
#>  sass          0.4.7   2023-07-15 [2] CRAN (R 4.4.0)
#>  sessioninfo * 1.2.2   2021-12-06 [2] CRAN (R 4.4.0)
#>  stringi       1.7.12  2023-01-11 [2] CRAN (R 4.4.0)
#>  stringr       1.5.0   2022-12-02 [2] CRAN (R 4.4.0)
#>  timechange    0.2.0   2023-01-11 [2] CRAN (R 4.4.0)
#>  xfun          0.40    2023-08-09 [2] CRAN (R 4.4.0)
#>  xml2          1.3.5   2023-07-06 [2] CRAN (R 4.4.0)
#>  yaml          2.3.7   2023-01-23 [2] CRAN (R 4.4.0)
#> 
#>  [1] /tmp/RtmpBTpD0T/Rinst2b2f4e5ce71c2e
#>  [2] /home/biocbuild/bbs-3.19-bioc/R/site-library
#>  [3] /home/biocbuild/bbs-3.19-bioc/R/library
#> 
#> ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

4 Bibliography

This vignette was generated using BiocStyle (Oleś, 2023) with knitr (Xie, 2023) and rmarkdown (Allaire, Xie, Dervieux et al., 2023) running behind the scenes.

Citations made with RefManageR (McLean, 2017).

[1] J. Allaire, Y. Xie, C. Dervieux, et al. rmarkdown: Dynamic Documents for R. R package version 2.25. 2023. URL: https://github.com/rstudio/rmarkdown.

[2] M. W. McLean. “RefManageR: Import and Manage BibTeX and BibLaTeX References in R”. In: The Journal of Open Source Software (2017). DOI: 10.21105/joss.00338.

[3] A. Oleś. BiocStyle: Standard styles for vignettes and other Bioconductor documents. R package version 2.31.0. 2023. DOI: 10.18129/B9.bioc.BiocStyle. URL: https://bioconductor.org/packages/BiocStyle.

[4] R Core Team. R: A Language and Environment for Statistical Computing. R Foundation for Statistical Computing. Vienna, Austria, 2023. URL: https://www.R-project.org/.

[5] H. Wickham. “testthat: Get Started with Testing”. In: The R Journal 3 (2011), pp. 5–10. URL: https://journal.r-project.org/archive/2011-1/RJournal_2011-1_Wickham.pdf.

[6] H. Wickham, W. Chang, R. Flight, et al. sessioninfo: R Session Information. R package version 1.2.2. 2021. URL: https://CRAN.R-project.org/package=sessioninfo.

[7] Y. Xie. knitr: A General-Purpose Package for Dynamic Report Generation in R. R package version 1.44. 2023. URL: https://yihui.org/knitr/.

[8] V. Yuan, D. Hui, M. Penaherrera, et al. “Cell-specific characterization of the placental methylome”. In: BMC Genomics (2021). DOI: 10.1186/s12864-020-07186-6. URL: https://bmcgenomics.biomedcentral.com/articles/10.1186/s12864-020-07186-6.