Home

Awesome

Citrus

Citrus is a toolkit for single cell sequencing analysis under development. Citrus is written in c++ with easy-to-use R wrappers. To use Citrus, the installation of Rcpp and RcppArmadillo is required.

Available methods

Now a normalized method and a clustering method are available in the distributed version.

Installation

Citrus relies on the following R packages: Rcpp, RcppArmadillo, genlasso, gplots. All packagess are hosted on CRAN.

install.packages ("Rcpp")
install.packages ("RcppArmadillo")
install.packages ("genlasso")
install.packages ("gplots")

Citrus can be installed from github directly as follows:

install.packages ("devtools")
library(devtools)
install_github("ChenMengjie/Citrus")

Why do we call it citrus?

Citrus is not a short name for any of our methods. To honor Bowtie/Cufflinks and Salmon/Sailfish series, we are creating a fruit collection.

Authors

Mengjie Chen (U Chicago) Xiang Zhou (Umich)

Bug report, comments or questions please send to mengjiechen@uchicago.edu.