Bioc2026 Registration Open!

VDJdive

Analysis Tools for 10X V(D)J Data

Bioconductor version: 3.23 · Package version: 1.14.0

This package provides functions for handling and analyzing immune receptor repertoire data, such as produced by the CellRanger V(D)J pipeline. This includes reading the data into R, merging it with paired single-cell data, quantifying clonotype abundances, calculating diversity metrics, and producing common plots. It implements the E-M Algorithm for clonotype assignment, along with other methods, which makes use of ambiguous cells for improved quantification.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("VDJdive")

Details

MaintainerKelly Street <street.kelly@gmail.com>
AuthorKelly Street [aut, cre] (ORCID: <https://orcid.org/0000-0001-6379-5013>), Mercedeh Movassagh [aut] (ORCID: <https://orcid.org/0000-0001-7690-0230>), Jill Lundell [aut] (ORCID: <https://orcid.org/0000-0002-6048-4700>), Jared Brown [ctb], Linglin Huang [ctb], Mingzhi Ye [ctb]
LicenseArtistic-2.0
URLhttps://github.com/kstreet13/VDJdive
Bug Reportshttps://github.com/kstreet13/VDJdive/issues
Downloads rank221
Source branchRELEASE_3_23
biocViewsAnnotation, ImmunoOncology, RNASeq, SingleCell, Software, TargetedResequencing

Documentation

Download

Dependencies

Depends: R (>= 4.2)

Imports: BiocParallel, cowplot, ggplot2, gridExtra, IRanges, Matrix, methods, RColorBrewer, Rcpp, S4Vectors, SingleCellExperiment, stats, SummarizedExperiment, utils

LinkingTo: Rcpp

Suggests: breakaway, covr, knitr, rmarkdown, testthat, BiocStyle