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
| Maintainer | Kelly Street <street.kelly@gmail.com> |
| Author | Kelly 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] |
| License | Artistic-2.0 |
| URL | https://github.com/kstreet13/VDJdive |
| Bug Reports | https://github.com/kstreet13/VDJdive/issues |
| Downloads rank | 221 |
| Source branch | RELEASE_3_23 |
| biocViews | Annotation, 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