immLynx
Linking Advanced TCR Python Pipelines and Hugging Face Models in R
Bioconductor version: 3.23 · Package version: 1.0.0
A comprehensive toolkit that bridges popular Python-based immune repertoire analysis tools and Hugging Face protein language models into the R environment. Provides unified interfaces for TCR distance calculations (tcrdist3), sequence generation probability (OLGA), selection inference (soNNia), clustering (clusTCR), protein embeddings (ESM-2), metaclone discovery (metaclonotypist). Fully compatible with the scRepertoire and immApex ecosystem for single-cell immune repertoire analysis.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("immLynx") Details
| Maintainer | Nick Borcherding <ncborch@gmail.com> |
| Author | Nick Borcherding [aut, cre] (ORCID: <https://orcid.org/0000-0003-1427-6342>) |
| License | MIT + file LICENSE |
| URL | https://github.com/BorchLab/immLynx/ |
| Bug Reports | https://github.com/BorchLab/immLynx/issues |
| Downloads rank | 40 |
| Source branch | RELEASE_3_23 |
| biocViews | Annotation, Classification, Clustering, DimensionReduction, ImmunoOncology, MotifAnnotation, Sequencing, SingleCell, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.5.0)
Imports: basilisk (>= 1.8.0), reticulate (>= 1.24), immApex, methods, S4Vectors, SingleCellExperiment, stats, SummarizedExperiment, utils
Suggests: BiocStyle, ggplot2, knitr, markdown, rmarkdown, scater, scran, scRepertoire, spelling, testthat (>= 3.0.0), withr