ClusterMapのインストール

GitHub - xgaoo/ClusterMap: ClusterMap is an R package to analyze and compare two or more single cell expression datasets.

こちらのツールをインストールする。

まずは、R remotesとR devtoolをCondaでインストールする

conda install -c conda-forge r-remotes

conda install -c conda-forge r-devtools

そしてRに入る

library(‘remotes’)

library(‘devtools’)

install_github("xgaoo/ClusterMap")

アーカイブ

もっと見る