Skip to content

0 Installing iCellR

Alireza Khodadadi-Jamayran edited this page Oct 30, 2019 · 1 revision

How to install iCellR

# Install from CRAN 
install.packages("iCellR")

# Install from github
#library(devtools)
#install_github("rezakj/iCellR")

# or
#git clone https://github.com/rezakj/iCellR.git
#R
#install.packages('iCellR/', repos = NULL, type="source")