Name Mode Size
.github 040000
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 1 kb
DESCRIPTION 100644 2 kb
LICENSE 100644 0 kb
LICENSE.md 100644 1 kb
NAMESPACE 100644 0 kb
README.md 100644 1 kb
_pkgdown.yml 100644 0 kb
README.md
# staRgate A density-based automated gating pipeline for flow cytometry data to characterize the lineage, differentiation, and functional states of T-cells This is the GitHub repo for the _staRgate_ R package. # Authors Jasme Lee, Matthew Adamow, Colleen Maher, Xiyu Peng, Phillip Wong, Fiona Ehrich, Michael A. Postow, Margaret K. Callahan, Ronglai Shen, Katherine S. Panageas # Installation **Bioconductor version** + [Please refer to Bioconductor for full details on installation guidelines](https://www.bioconductor.org/install/) ``` if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("staRgate") ``` **GitHub version (developmental)** ``` devtools::install_github("leejasme/staRgate") ``` # Tutorial A full example on [how to run the pipeline is on the webpage](https://leejasme.github.io/staRgate/articles/vignette_run_pipeline.html) # Funding Sources This research was funded by the V foundation, MSK-MIND, NIH R01CA276286, and NIH P30CA008748. # Contact Jasme Lee (leej22@mskcc.org)