Hi, thank you for your wonderful work! I have learned a lot from this paper.
However, I have a small question. In ITH_hallmarks/MPs_distribution/MP_distribution.R, Line 23:
library(scalop) # see https://rdrr.io/github/jlaffy/scalop/man/sigScores.html
I have tried many ways, including:
remotes::install_github("jlaffy/scalop")
or downloaded .zip profile from github to install locally.
devtools::install_local("~/others/scalop-master/")
None did work, could you please tell me how to fix this problem? Thanks! Maybe just my Internet did not work.
Hi, thank you for your wonderful work! I have learned a lot from this paper.
However, I have a small question. In ITH_hallmarks/MPs_distribution/MP_distribution.R, Line 23:
library(scalop) # see https://rdrr.io/github/jlaffy/scalop/man/sigScores.htmlI have tried many ways, including:
remotes::install_github("jlaffy/scalop")or downloaded .zip profile from github to install locally.
devtools::install_local("~/others/scalop-master/")None did work, could you please tell me how to fix this problem? Thanks! Maybe just my Internet did not work.