Skip to contents

Installation

scX requires certain packages to be installed. If the user does not have these packages installed, they can execute the following code:

BiocManager::install(c("SingleCellExperiment","scran","scater","ComplexHeatmap"))

scX can be installed from Github as follows:

devtools::install_github("chernolabs/scX")