Name Mode Size
..
CpGs_in_MEAT.R 100644 1 kb
CpGs_in_MEAT2.0.R 100644 1 kb
GSE121961.R 100644 0 kb
GSE121961_pheno.R 100644 0 kb
MEAT-package.R 100644 0 kb
data_calibration.R 100644 15 kb
data_cleaning.R 100644 6 kb
elasticnet_model_MEAT.R 100644 1 kb
elasticnet_model_MEAT2.0.R 100644 1 kb
epiage_estimation.R 100644 7 kb
gold.mean.MEAT.R 100644 1 kb
gold.mean.MEAT2.0.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") ```