-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors when following the vignette #1
Comments
Hello, update: I have solved the issue with the hash function by installing the package hash. However, I cannot load the data in the R session. I Thank you very much! |
Hi Carlos,
First of all, thanks for your interest!
I have fixed it now. You can try to re-install the package and it should be fixed.
Apologies for the missing data. Turns out github has a hard limit if 100 MB per file.
I have now added the .Robj in zenodo: https://zenodo.org/record/4057008 <https://zenodo.org/record/4057008>
The problematic function you talked about, GetCountsMatrix() is now fixed so that it does not try to find that hard-linked file. Rather, it downloads the file from zenodo to data directory and then loads it.
Let me know if you have any other questions,
Kindest regards,
Jake
… On 28 Sep 2020, at 15:36, carlosf79 ***@***.***> wrote:
Hello, update: I have solved the issue with the hash function by installing the package hash.
However, I cannot load the data in the R session. I cannot open the connection or does not find a file named /home/yeung/projects/sleep_deprivation/Robjs/combat_sleuth_filt/dat_combat_countsfilt.5.5.Robj. I could not find similarly named files within the installed package (by looking in the installed files). How could I solve this?
Thank you very much!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA42NMJBUWSRM6DRD4LAH6LSICNOVANCNFSM4R27UJ7Q>.
|
Dear Jake, thanks a lot for having updated the package. It still has some issues, as the However, I managed to get the plotting to work by: 1) downloading the dat_combat_countsfilt.5.5.Robj from zenodo and putting it in a subfolder named "data" within the working directory. I have also downloaded the master from GitHub, to which I can point LoadMaraOutput (I guess that I could use the other files on zenodo, but I have not tried). In this way, the package works, thanks for providing them, it is a great way to browse your very interesting data! :) |
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!
The text was updated successfully, but these errors were encountered: