Name Mode Size
.github 040000
R 040000
data 040000
inst 040000
man 040000
src 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 1 kb
ClustIRR.Rproj 100644 0 kb
DESCRIPTION 100644 2 kb
LICENSE 100644 34 kb
NAMESPACE 100644 2 kb
README.md 100644 1 kb
configure 100755 0 kb
configure.win 100755 0 kb
README.md
# ClustIRR: Clustering of Immune Receptor Repertoires ## Overview ClustIRR analyzes repertoires of B- and T-cell receptors. It begins the analysis by identifying communities (i.e., specificity groups) of immune receptors with similar specificities, based on the sequences of their complementarity determining regions (CDRs). Next, it employs a Bayesian probabilistic models to quantify differential community occupancy (DCO) between repertoires, allowing the identification of expanding or contracting communities in response to factors such as infection or cancer treatment. ## How to use ClustIRR ClustIRR is an R-package available from Bioconductor: https://bioconductor.org/packages/ClustIRR/ To install this package, start R and enter: ```r if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("ClustIRR") ``` To use the development version of ClustIRR you can install it from Github. To do this, start R and enter: ```r library(devtools) install_github("snaketron/ClustIRR") ``` Case studies are provided in the directory /vignettes ## Workflow & output ![clustirr workflow](/inst/extdata/logo.png)