-
Notifications
You must be signed in to change notification settings - Fork 11
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
Probelm with environment setup #9
Comments
Hello @WallnerMarkus ,
then with this environment activated manually install the R dependencies: if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Biobase")
BiocManager::install("omicade4")
BiocManager::install("iClusterPlus")
install.packages(c("RGCCA", "r.jive", "IntNMF", "GPArotation", "tensorBSS", "InterSIM")) and for python install the scikit-fusion package from https://github.com/mims-harvard/scikit-fusion |
Hello, I add to the solution posted by @dlsoltero that I was to recreate a fully functioning momix environment through manual installation of all the dependencies in a system running Ubuntu Linux v20.04. I added my script in a pull request (here) to make it available directly in the gitHub repoasitory. In case you get any errors during installation on a Windows machine, you can run it on a WSL shell (https://ubuntu.com/wsl). I also add that to keep the package running I had to use later versions of some packages (both R and Python) so carefully rerun the notebooks using the test data to ensure that everything is working as expected before using them on other datasets. Best, Daniele |
Thanks for the answers. I was able to setup the environment the way @wariobrega proposed here. I just skipped MOFA since it it seems to use a very deprecated sklearn version. Therefore i removed that part from the runfactorization.R Are you able to run the notebooks without a problem to reproduce the results? Best |
Hello @WallnerMarkus, As far as I can see, these warnings should not produce any significant changes in the output of the notebook. They are related to the Hope this helps, Daniele |
Hello, we want to use your environment and the notebooks to test the performance of other jDR Methods.
Unfortunately we were not able to get the environment created with the current miniconda version and the command you provided in the README. Is there possibly a conflict with the python 3.11.4 of the current miniconda version? On my Windows PC i got the following result:
The text was updated successfully, but these errors were encountered: