- Home
- Bioconductor 3.22
- Software Packages
- scDblFinder
scDblFinder
This is the released version of scDblFinder; for the devel version, see scDblFinder.
scDblFinder
Bioconductor version: Release (3.22)
The scDblFinder package gathers various methods for the detection and handling of doublets/multiplets in single-cell sequencing data (i.e. multiple cells captured within the same droplet or reaction volume). It includes methods formerly found in the scran package, the new fast and comprehensive scDblFinder method, and a reimplementation of the Amulet detection method for single-cell ATAC-seq.
Author: Pierre-Luc Germain [cre, aut] ORCID iD ORCID: 0000-0003-3418-4218 , Aaron Lun [ctb]
Maintainer: Pierre-Luc Germain <pierre-luc.germain at hest.ethz.ch>
citation("scDblFinder")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("scDblFinder")
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("scDblFinder")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.