decontX
Decontamination of single cell genomics data
Bioconductor version: 3.23 · Package version: 1.10.0
This package contains implementation of DecontX (Yang et al. 2020), a decontamination algorithm for single-cell RNA-seq, and DecontPro (Yin et al. 2023), a decontamination algorithm for single cell protein expression data. DecontX is a novel Bayesian method to computationally estimate and remove RNA contamination in individual cells without empty droplet information. DecontPro is a Bayesian method that estimates the level of contamination from ambient and background sources in CITE-seq ADT dataset and decontaminate the dataset.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("decontX") Details
| Maintainer | Joshua Campbell <camp@bu.edu> |
| Author | Yuan Yin [aut] (ORCID: <https://orcid.org/0000-0001-9261-6061>), Masanao Yajima [aut] (ORCID: <https://orcid.org/0000-0002-7583-3707>), Joshua Campbell [aut, cre] (ORCID: <https://orcid.org/0000-0003-0780-8662>) |
| License | MIT + file LICENSE |
| System Requirements | GNU make |
| Downloads rank | 670 |
| Source branch | RELEASE_3_23 |
| biocViews | Bayesian, SingleCell, Software |
Documentation
- Decontamination of single cell protein expression data with DecontPro
- Decontamination of ambient RNA in single-cell genomic data with DecontX
Download
Dependencies
Depends: R (>= 4.3.0)
Imports: celda, dbscan, DelayedArray, ggplot2, Matrix (>= 1.5.3), MCMCprecision, methods, patchwork, plyr, Rcpp (>= 0.12.0), RcppParallel (>= 5.0.1), reshape2, rstan (>= 2.18.1), rstantools (>= 2.2.0), S4Vectors, scater, Seurat, SingleCellExperiment, SummarizedExperiment, withr
LinkingTo: BH (>= 1.66.0), Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.3.0), RcppParallel (>= 5.0.1), rstan (>= 2.18.1), StanHeaders (>= 2.18.0)
Suggests: BiocStyle, dplyr, knitr, rmarkdown, scran, SingleCellMultiModal, TENxPBMCData, testthat (>= 3.0.0)