CASi is a comprehensive R package for analyzing multi-timepoint scRNA-seq data, which provides users with: (1) cross-time points cell annotation, (2) detection of potentially novel cell types emerged over time, (3) visualization of cell population evolution, and (4) identification of temporal differentially expressed genes (tDEGs). |
The installation instructions are the same for both MacOS users and Windows users. In R:
require(devtools)
devtools::install_github("yizhuo-wang/CASi")
Alternatively, you can download the zip file and install it from using:
install.packages("file_name_and_path", repos = NULL, type="source")
OR, in RStudio, you can download the zip file and open the CASi.Rproj to install the whole package.
Before using CASi, please make sure to set up TensorFlow from https://tensorflow.rstudio.com/install/, and that the dependent package "keras" is available to use.
require(keras)
require(CASi)
A thorough demonstration can be found at https://github.com/yizhuo-wang/CASi/blob/vignettes/CASi.html.