Name Mode Size
..
GSE121961_how_to_obtain_data.R 100644 1 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") ```