Open kveeramah opened 2 years ago
Is there a specific reason why you want to load all of the PCClocks PC objects into your global environment? It should be loaded within the run_calcAllPCClocks.R function, which allows it to calculate the PC clocks without cluttering your workspace.
I could not get calcPCClocks to work without it as CalcAllPCClocks.RData contains the 'CpG' dataframe needed for it to run.
Is there a specific reason why you want to load all of the PCClocks PC objects into your global environment? It should be loaded within the run_calcAllPCClocks.R function, which allows it to calculate the PC clocks without cluttering your workspace.