diff --git a/README.md b/README.md index 7bf857d..3b3f7d2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -HRS +Analyses for pre-print "Computational deconvolution of fifteen leukocyte subtypes from DNA methylation microarrays trained on flow cytometry data in the Health and Retirement Study" + +Code was run on the UofM Great Lakes cluster ``` srun --account=bakulski1 --partition=largemem --nodes=1 --cpus-per-task=10 --time=300 --mem-per-cpu=30G --pty /bin/bash -module load Rtidyverse/3.6.1 +module load Rtidyverse/4.2.0 Rscript main.R ```