isglobal-brge / methylclock

DNA methylation-based clocks
MIT License
39 stars 21 forks source link

methylclock

To use methylclock under R<4.1 you need to install the package under main branch or release <= 0.99.0 (https://github.com/isglobal-brge/methylclock/releases/tag/v0.7.7)

Installation :

To install methylclock to be used with R < 4.1 :

library(devtools)

install_github("isglobal-brge/methylclock@main")

Latest version is available in Bioconductor development release 3.14, to install the Bioconductor package R >= 4.1 is required :

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("methylclock")

Source code for Bioconductor release can be found under master branch.

https://github.com/isglobal-brge/methylclock/tree/master

Description

This package allows to estimate chronological and gestational DNA methylation (DNAm) age as well as biological age using different methylation clocks. The package includes the following estimators:

Chronological DNAm age (in years)

Gestational DNAm age (in weeks)

The biological DNAm clocks implemented in this package are:

Citation

[1] Dolors Pelegri-Siso, Paula de Prado, Justiina Ronkainen, Mariona Bustamante, Juan R Gonzalez, methylclock: a Bioconductor package to estimate DNA methylation age, Bioinformatics, Volume 37, Issue 12, 15 June 2021, Pages 1759–1760, doi: 10.1093/bioinformatics/btaa825. PMID: 32960939.