- Home
- Bioconductor 3.20
- Software Packages
- immApex
immApex
This package is for version 3.20 of Bioconductor; for the stable, up-to-date release version, see immApex.
Tools for Adaptive Immune Receptor Sequence-Based Machine and Deep Learning
Bioconductor version: 3.20
A set of tools to build tensorflow/keras3-based models in R from amino acid and nucleotide sequences focusing on adaptive immune receptors. The package includes pre-processing of sequences, unifying gene nomenclature usage, encoding sequences, and combining models. This package will serve as the basis of future immune receptor sequence functions/packages/models compatible with the scRepertoire ecosystem.
Author: Nick Borcherding [aut, cre]
Maintainer: Nick Borcherding <ncborch at gmail.com>
citation("immApex")):
Installation
To install this package, start R (version "4.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("immApex")
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("immApex")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.