Skip to content

nolanlab/citrus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Citrus Readme

Citrus is a package for identifying clusters of cells in multidimensional flow cytometry data associated with an experimental or clincal endpoint of interest. Methods are described in the paper Automated identification of stratifying signatures in cellular subpopulations by Bruggner et al.

Getting Started

Version History

Version 0.08
- Completely refactored codebase that is hopefully much more intuitive.
- Documentation added.
Version 0.07
- Multiclass analysis available for SAM and Nearest Shrunken Centroid models
- Small GUI enhancements
Version 0.06
- Changed feature names
- Many new graphical outputs for result visualization
Version 0.05
- Adding support for SAM (two-class only)
Version 0.04
- Adding support for Survival analysis (glmnet model only)
Version 0.03
- Switching to ggplot2 and adding feature heiarachy plots
Version 0.02
- Now includes shiny web GUI for running citrus
Version 0.01
- Initial Citrus Test Code