vignettes/articles/Installation.Rmd
Installation.Rmd
scRepertoire
is an active project with frequent updates
based on user feedback. The most up-to-date versions are available via
its GitHub repositories. These versions can be installed using
devtools::install_github()
or
remotes::install_github()
immApex is now a
required is now a required dependency for the underlying processes of
scRepertoire
. Ensure both are called during installation if
not using Bioconductor.
To install scRepertoire
and its immApex
dependency directly from GitHub:
remotes::install_github(c("BorchLab/immApex", "BorchLab/scRepertoire"))
The current stable version of scRepertoire
is also
available through Bioconductor.
BiocManager::install("scRepertoire")
A full copy of the changes in each version can be found in the NEWS/ChangeLog.