scGNN
scGNN copied to clipboard
cannot install r-scgnnltmg
Hi,
I tried to install r-scgnnltmg conda install -c cyz931123 r-scgnnltmg
, but it says
ackagesNotFoundError: The following packages are not available from current channels:
- r-scgnnltmg
Could you please help? Thanks! Hurley
Hi I am encountering the same problem.
I met the same problem, the conda install -c cyz931123 r-scgnnltmg
seems not work.
Maybe you can try this way:
install.packages("devtools") library(devtools) install_github("BMEngineeR/scGNNLTMG")