- Home
- Bioconductor 3.23
- Software Packages
- DropletUtils (development version)
DropletUtils
This is the development version of DropletUtils; for the stable release version, see DropletUtils.
Utilities for Handling Single-Cell Droplet Data
Bioconductor version: Development (3.23)
Provides a number of utility functions for handling single-cell (RNA-seq) data from droplet technologies such as 10X Genomics. This includes data loading from count matrices or molecule information files, identification of cells from empty droplets, removal of barcode-swapped pseudo-cells, and downsampling of the count matrix.
Author: Aaron Lun [aut], Jonathan Griffiths [ctb, cre], Davis McCarthy [ctb], Dongze He [ctb], Rob Patro [ctb]
Maintainer: Jonathan Griffiths <jonathan.griffiths.94 at gmail.com>
citation("DropletUtils")):
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("DropletUtils")
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("DropletUtils")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.