- Home
- Bioconductor 3.23
- Software Packages
- scater (development version)
scater
This is the development version of scater; for the stable release version, see scater.
Single-Cell Analysis Toolkit for Gene Expression Data in R
Bioconductor version: Development (3.23)
A collection of tools for doing various analyses of single-cell RNA-seq gene expression data, with a focus on quality control and visualization.
Author: Davis McCarthy [aut], Kieran Campbell [aut], Aaron Lun [aut, ctb], Quin Wills [aut], Vladimir Kiselev [ctb], Felix G.M. Ernst [ctb], Alan O'Callaghan [ctb, cre], Yun Peng [ctb], Leo Lahti [ctb] ORCID iD ORCID: 0000-0001-5537-637X , Tuomas Borman [ctb] ORCID iD ORCID: 0000-0002-8563-8884
Maintainer: Alan O'Callaghan <alan.ocallaghan at outlook.com>
citation("scater")):
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("scater")
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("scater")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.