From 3be07971e4008e17beaa00ee12cf726ebb907b1f Mon Sep 17 00:00:00 2001 From: hhhh5 <28815259+hhhh5@users.noreply.github.com> Date: Sun, 27 Nov 2022 12:49:54 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 ```