Ibex
This is the released version of Ibex; for the devel version, see Ibex.
Methods for BCR single-cell embedding
Bioconductor version: Release (3.22)
Implementation of the Ibex algorithm for single-cell embedding based on BCR sequences. The package includes a standalone function to encode BCR sequence information by amino acid properties or sequence order using tensorflow-based autoencoder. In addition, the package interacts with SingleCellExperiment or Seurat data objects.
Author: Nick Borcherding [aut, cre]
Maintainer: Nick Borcherding <ncborch at gmail.com>
citation("Ibex")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Ibex")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("Ibex")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.