knitr::opts_chunk$set(echo = TRUE)
The methylclockData package is a repository of a few public datasets that needs the methylclock package to estimate chronological and gestational DNA methylation (DNAm) age as well as biological age using different methylation clocks.
We use the data from package meffil
(@min2018meffil) that provides some
functions to estimate cell counts using predefined datasets.
The biological DNAm clocks implemented in our package are:
In the below example, we show how one can download this dataset from ExperimentHub.
library(ExperimentHub) # Get experimentHub records eh <- ExperimentHub() # Get data about methylclockData experimentHub pData <- query(eh , "methylclockData") # Get information rows about methylclockData df <- mcols(pData) df # Retrieve data pData["EH3913"] # Download data # data <- pData[["EH3913"]]
For more information in how loading and use of the data, please, refer to MethylClock
vignette
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.