From 2cf2e4b01f6c90ae113d20c774f9cad423487538 Mon Sep 17 00:00:00 2001 From: Krishna Veeramah Date: Tue, 1 Feb 2022 22:35:01 -0500 Subject: [PATCH] Update template_get_PCClocks_script.R --- template_get_PCClocks_script.R | 1 + 1 file changed, 1 insertion(+) diff --git a/template_get_PCClocks_script.R b/template_get_PCClocks_script.R index 5a2e452..1c937fd 100644 --- a/template_get_PCClocks_script.R +++ b/template_get_PCClocks_script.R @@ -6,6 +6,7 @@ clocksDir <- "~/Downloads/PC-Clocks-Beta-Jan2022/PC-Clocks-update-beta/" #where source(paste(clocksDir, "run_calcPCClocks.R", sep = "")) source(paste(clocksDir, "run_calcPCClocks_Accel.R", sep = "")) +load(paste(clocksDir,"CalcAllPCClocks.RData",sep="")) # Load the file with your pheno data and methylation data in it (Here we used the example data included) load(paste(clocksDir,"Example_PCClock_Data_final.RData",sep=""))