To the authors:
When running the command suppressWarnings(suppressMessages(LoadPrimetimeObjs())) # loads the processed data into R, I get the error Error in hash(c(4, 8, 3, 9, 6, 1, 2, 10, 5, 7), c(1, 2, 3, 4, 9, 10, 5, : could not find function "hash". Do you know I could fix this?
Also, the function act.zscore.lst <- LoadMaraOutput(act.dir = "data/sleep_deprivation_gene_exprs_all") needs to point to a directory, however I do not understand which one should I point it to. Are the data included in the package or should I download additional datasets?
Thank you very much!
To the authors:
When running the command
suppressWarnings(suppressMessages(LoadPrimetimeObjs())) # loads the processed data into R, I get the errorError in hash(c(4, 8, 3, 9, 6, 1, 2, 10, 5, 7), c(1, 2, 3, 4, 9, 10, 5, : could not find function "hash". Do you know I could fix this?Also, the function
act.zscore.lst <- LoadMaraOutput(act.dir = "data/sleep_deprivation_gene_exprs_all")needs to point to a directory, however I do not understand which one should I point it to. Are the data included in the package or should I download additional datasets?Thank you very much!