- Home
- Bioconductor 3.23
- Experiment Packages
- scRNAseq (development version)
scRNAseq
This is the development version of scRNAseq; for the stable release version, see scRNAseq.
Collection of Public Single-Cell RNA-Seq Datasets
Bioconductor version: Development (3.23)
Gene-level counts for a collection of public scRNA-seq datasets, provided as SingleCellExperiment objects with cell- and gene-level metadata.
Author: Davide Risso [aut, cph], Michael Cole [aut], Aaron Lun [ctb, cre], Alan O'Callaghan [ctb], Jens Preussner [ctb], Charlotte Soneson [ctb], Stephany Orjuela [ctb], Daniel Bunis [ctb], Milan Malfait [ctb]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards at gmail.com>
citation("scRNAseq")):
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("scRNAseq")
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("scRNAseq")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.