immReferent
An Interface for Immune Receptor and HLA Gene Reference Data
Bioconductor version: 3.23 · Package version: 1.0.0
Provides a consistent interface for downloading, storing, and accessing immune receptor (TCR/BCR) and HLA sequences from IMGT, IPD-IMGT/HLA, and OGRDB (AIRR-C). Supports export to popular analysis tools including MiXCR, TRUST4, Cell Ranger, and IgBLAST. This package serves as a core dependency for immunogenomics packages, ensuring reliable and high-quality sequence access with local caching for reproducibility.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("immReferent") Details
| Maintainer | Nick Borcherding <ncborch@gmail.com> |
| Author | Nick Borcherding [aut, cre] |
| License | MIT + file LICENSE |
| URL | https://github.com/BorchLab/immReferent/ |
| Bug Reports | https://github.com/BorchLab/immReferent/issues |
| Downloads rank | 136 |
| Source branch | RELEASE_3_23 |
| biocViews | Annotation, Sequencing, Software |
Download
Dependencies
Depends: R (>= 4.5.0)
Imports: Biostrings, httr, jsonlite, methods, rvest, tibble, yaml
Suggests: BiocManager, BiocStyle, knitr, mockery, spelling, rmarkdown, testthat (>= 3.0.0), withr
Reverse dependencies
Imports Me (1): immApex