- Home
- Bioconductor 3.23
- Software Packages
- SingleCellExperiment (development version)
SingleCellExperiment
This is the development version of SingleCellExperiment; for the stable release version, see SingleCellExperiment.
S4 Classes for Single Cell Data
Bioconductor version: Development (3.23)
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], Keegan Korthauer [ctb], Kevin Rue-Albrecht [ctb], Luke Zappia [ctb] (ORCID: ORCID iD ORCID: 0000-0001-7744-8565 , github: lazappi)
Maintainer: Davide Risso <risso.davide at gmail.com>
citation("SingleCellExperiment")):
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("SingleCellExperiment")
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("SingleCellExperiment")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.