Name Mode Size
..
testthat 040000
testthat.R 100644 0 kb
README.md
# MEAT <!-- badges: start --> [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental) <!-- badges: end --> The goal of MEAT is to calculate epigenetic age from DNA methylation profiles in human skeletal muscle. ## Installation You can install the released version of MEAT from [Bioconductor](https://www.bioconductor.org/) with: ``` r if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("MEAT") ```