Hi team, Thank you for developing this nice tool!
I tried to install it using conda with r 4.5:
conda create --name r_env_bioc r-base r-essentials conda-forge::r-biocmanager
Then sucessfully installed decoupleR:
BiocManager::install('saezlab/decoupleR')
Yet when I run AUcell the package is not installed:
run_aucell(mat, net, minsize=0, nproc=1, aucMaxRank=3)
Error in loadNamespace(x) : there is no package called ‘AUCell’
Isn't that supposed to be install alongside decoupleR ? there is no mention of it in the package install description.
Could you list the way to install all necessary packages to run all methods listed and to make sure versions are compatible with decoupleR ?
Thanks!
Hi team, Thank you for developing this nice tool!
I tried to install it using conda with r 4.5:
conda create --name r_env_bioc r-base r-essentials conda-forge::r-biocmanagerThen sucessfully installed decoupleR:
BiocManager::install('saezlab/decoupleR')Yet when I run AUcell the package is not installed:
Isn't that supposed to be install alongside decoupleR ? there is no mention of it in the package install description.
Could you list the way to install all necessary packages to run all methods listed and to make sure versions are compatible with decoupleR ?
Thanks!