Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions template_get_PCClocks_script.R
Original file line number Diff line number Diff line change
Expand Up @@ -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=""))
Expand Down