通过conda安装纯净环境的MuSiC
- conda create -n music -c conda-forge r-base=4.1.3 -y
- conda activate music
- conda install -c conda-forge r-tidyverse=1.3.1 -y
- conda install -c conda-forge r-irkernel -y
- conda install -c conda-forge r-devtools=2.4.3 -y
- conda install -c conda-forge r-biocmanager=1.30.16 -y
- conda install -c bioconda bioconductor-biobase=2.54.0 -y
- ~/dev/xray/xray -c ~/etc/xui2.json &
- wget -e “https_proxy=http://127.0.0.1:20809“ https://github.com/xuranw/MuSiC/archive/refs/heads/master.zip -O MuSiC-master.zip
- devtools::install_local(‘MuSiC-master.zip’)
- IRkernel::installspec(name=’music’, displayname=’r-music’)
通过conda安装纯净环境的MuSiC
https://occdn.limour.top/1822.html