- Home
- Bioconductor 3.23
- Software Packages
- decontX (development version)
decontX
This is the development version of decontX; for the stable release version, see decontX.
Decontamination of single cell genomics data
Bioconductor version: Development (3.23)
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.
Author: Yuan Yin [aut] ORCID iD ORCID: 0000-0001-9261-6061 , Masanao Yajima [aut] ORCID iD ORCID: 0000-0002-7583-3707 , Joshua Campbell [aut, cre] ORCID iD ORCID: 0000-0003-0780-8662
Maintainer: Joshua Campbell <camp at bu.edu>
citation("decontX")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("decontX")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("decontX")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.