- Home
- Bioconductor 3.6
- Software Packages
- SingleCellExperiment
SingleCellExperiment
This package is for version 3.6 of Bioconductor; for the stable, up-to-date release version, see SingleCellExperiment.
S4 Classes for Single Cell Data
Bioconductor version: 3.6
Defines a S4 class for storing data from single-cell experiments. This includes specialized methods to store and retrieve spike-in information, dimensionality reduction coordinates and size factors for each cell, along with the usual metadata for genes and libraries.
Author: Aaron Lun [aut, cph], Davide Risso [aut, cre, cph]
Maintainer: Davide Risso <risso.davide at gmail.com>
citation("SingleCellExperiment")):
Installation
To install this package, start R (version "3.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("SingleCellExperiment")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
Details
Package Archives
Follow Installation instructions to use this package in your R session.