Name Mode Size
..
.gitignore 100644 0 kb
Ecorche_logo.jpg 100644 30 kb
MEAT.Rmd 100644 12 kb
MEAT.bib 100644 3 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") ```