- Home
- Bioconductor 3.12
- Software Packages
- DropletUtils
DropletUtils
This package is for version 3.12 of Bioconductor; for the stable, up-to-date release version, see DropletUtils.
Utilities for Handling Single-Cell Droplet Data
Bioconductor version: 3.12
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, cre], Jonathan Griffiths [ctb], Davis McCarthy [ctb]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards at gmail.com>
citation("DropletUtils")):
Installation
To install this package, start R (version "4.0") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
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.