Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 823 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 823 Bytes

scAB: Multiresolution dissection of phenotype-associated cell states

Installation

scAB R package can be easily installed from Github using devtools:

devtools::install_github("Qinran-Zhang/scAB")

Installation of other dependencies

  • Install Seurat using install.packages('Seurat').
  • Install diptest using install.packages('diptest').
  • Install multimode using install.packages('multimode').
  • Install preprocessCore using if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager"); BiocManager::install("preprocessCore").