Skip to content
forked from campbio/decontX

Methods for decontamination of single cell data

License

Notifications You must be signed in to change notification settings

Changwuuu/decontX

 
 

Repository files navigation

decontX

R-CMD-check codecov

Methods for decontamination of single cell data. This package implements both DecontX (Yang et al., 2020) for single-cell RNA-seq data and DecontPro (Yin et al., 2023) for single-cell protein expression data.

Installation Instructions

You can install the package through Bioconductor with:

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

BiocManager::install("decontX")

Alternatively, install the development version through GitHub using devtools package:

# install.packages("devtools")
devtools::install_github("campbio/decontX")

Vignettes

Vignettes are available on Bioconductor.

To build vignette when installing from GitHub, add the flag build_vignettes = TRUE:

library(devtools)
install_github("campbio/decontX", build_vignettes = TRUE)

Then vignettes can be accessed through:

vignette('decontX', package = 'decontX')
vignette('decontPro', package = 'decontX')

About

Methods for decontamination of single cell data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 49.4%
  • C++ 43.8%
  • C 6.0%
  • Other 0.8%