You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error Message: python.exec(paste(objName, " = scLVM(Y,geneID=geneID,tech_noise=tech_noise)", : name 'scLVM' is not defined
I am currently trying to work through the tutorial on scLVM package for R and running into the above error message when I try to create an sclvm object (line# 137 of scLVM_vignette.Rmd). I have been able to create the fitTechnicalNoise object (needed for sclvm object). However, when I try to use it to initialise the sclvm object the above error was obtained.
Reading some of the previous issues they suggested that the version of rPython seems to be the issue. My current rPython version is 0.0-6. I have also set the code to check that the versions match. Included is the running suggestions that was posted previously. These I have executed as well.
I have also tried using smaller matrices,changing fitType of fitTechnicalNoise object, all of which resulting in the same python.exec error from line#137 of the tutorial. Is there a way for me to fix this issue to proceed in the tutorial?
The text was updated successfully, but these errors were encountered:
Error Message: python.exec(paste(objName, " = scLVM(Y,geneID=geneID,tech_noise=tech_noise)", : name 'scLVM' is not defined
I am currently trying to work through the tutorial on scLVM package for R and running into the above error message when I try to create an sclvm object (line# 137 of scLVM_vignette.Rmd). I have been able to create the fitTechnicalNoise object (needed for sclvm object). However, when I try to use it to initialise the sclvm object the above error was obtained.
Reading some of the previous issues they suggested that the version of rPython seems to be the issue. My current rPython version is 0.0-6. I have also set the code to check that the versions match. Included is the running suggestions that was posted previously. These I have executed as well.
Previous Running suggestions:
Suggested help: python --version
export RPYTHON_PYTHON_VERSION="2.7.16"
R CMD INSTALL /Users/chadwatson/Downloads/rPython_0.0-6.tar.gz
I have also tried using smaller matrices,changing fitType of fitTechnicalNoise object, all of which resulting in the same python.exec error from line#137 of the tutorial. Is there a way for me to fix this issue to proceed in the tutorial?
The text was updated successfully, but these errors were encountered: