Single-cell sequencing is an emerging technology in the field of immunology and oncology that allows researchers to couple RNA quantification and other modalities, like immune cell receptor profiling at the level of an individual cell. A number of workflows and software packages have been created to process and analyze single-cell transcriptomic data. These packages allow users to take the vast dimensionality of the data generated in single-cell-based experiments and distill the data into novel insights. Unlike the transcriptomic field, there is a lack of options for software that allow for single-cell immune receptor profiling. Enabling users to easily combine RNA and immune profiling, the scRepertoire framework supports use of 10x, AIRR, BD, MiXCR, TRUST4, and WAT3R single-cell clonal formats and interaction with popular R-based single-cell data pipelines.
scRepertoire is compatible and integrated with the R packages Trex for convolutional-neural-network-based autoencoding of the T cell receptor and Ibex for the B cell receptor. If you are interested in making your own deep-learning models with immune receptors, please see immApex.
immApex is now required for the underlying processes of scRepertoire make sure if not using bioconductor, to call both during installation.
remotes::install_github(c("BorchLab/immApex", "BorchLab/scRepertoire"))
The current version of scRepertoire is also available on Bioconductor.
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("scRepertoire")
If you are looking for version 1 of scRepertoire - there is a static version available below:
devtools::install_github("ncborcherding/scRepertoire@v1")
Unfortunately, Github limits the size of individual files. In order to access the full Seurat object paired with scRepertoire please download the .rda from here. There is a smaller version of the cohort built into scRepertoire called scRep_example.
All are welcome for bug fixes, new features, or enhancements.
Questions, comments, suggestions, please feel free to reach out via the GitHub Repository.