-
Notifications
You must be signed in to change notification settings - Fork 19
001‐ How to install
Alireza Khodadadi-Jamayran edited this page Nov 5, 2025
·
1 revision
How to install iCellR
Option 1: Install from CRAN (recommended for stable releases)
install.packages("iCellR")Option 2: Install the latest development version from GitHub
library(devtools)
install_github("rezakj/iCellR")Option 3: Alternatively, clone the repository and install manually:
Run this command in your terminal to clone the GitHub repository:
git clone https://github.com/rezakj/iCellR.gitThen run this command in R
install.packages('iCellR/', repos = NULL, type = "source")