Skip to content
/ SINCERA Public

An R implementation of the SINCERA pipeline for single cell RNA-seq profiling analysis

License

Notifications You must be signed in to change notification settings

xu-lab/SINCERA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SINCERA

An R S4 implementation of the SINCERA pipeline for single-cell RNA-seq profiling analysis

Developed by Minzhe Guo

Installation

  • 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)
    

Demonstration

Citation

  • Guo M, Wang H, Potter S, Whitsett JA, Xu Y. 2015. SINCERA: A Computational Pipeline for Single Cell RNA-seq Profiling Analysis. PLoS Computational Biology. 11:11, e1004575.

About

An R implementation of the SINCERA pipeline for single cell RNA-seq profiling analysis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages