knitr::opts_chunk$set(echo = TRUE)

Overview

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.

Chronological DNAm age (in years)

Gestational DNAm age (in weeks)

The biological DNAm clocks implemented in our package are:

How to load data

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()

sessionInfo()


isglobal-brge/methylclockData documentation built on June 7, 2021, 8:23 p.m.