An R S4 implementation of the SINCERA pipeline for single-cell RNA-seq profiling analysis
Developed by Minzhe Guo
In R or RStudio, type the following command to install devtools
install.packages("devtools")
library(devtools)
Then, use devtools to install SINCERA from github
devtools::install_github("xu-lab/SINCERA")
Use library() to activate SINCERA
library(SINCERA)
A demonstration of using SINCERA to analysis E16.5 mouse lung single cell data can be found at https://github.com/minzheguo/SINCERA/blob/master/demo/mouselung.e16.5.R.
A demonstration of using SINCERA to analysis Human IPF and normal epithelial single cell data can be found at https://github.com/minzheguo/SINCERA/blob/master/demo/humanIPF.R.