Analysis of methylation data from ADNI
First, clone the repo by running
git clone https://github.com/SHAB-Lab/adni_methylation.git
Then, navigate to the recently created directory (cd adni_methylation
) and open R, or open R and navigate to the local directory of the repo.
By opening R in this directory it should automatically install renv
.
Once that's done, restore the R environment by typing renv::restore()