- Home
- Bioconductor 3.14
- Software Packages
- scuttle
scuttle
This package is for version 3.14 of Bioconductor; for the stable, up-to-date release version, see scuttle.
Single-Cell RNA-Seq Analysis Utilities
Bioconductor version: 3.14
Provides basic utility functions for performing single-cell analyses, focusing on simple normalization, quality control and data transformations. Also provides some helper functions to assist development of other packages.
Author: Aaron Lun [aut, cre], Davis McCarthy [aut]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards at gmail.com>
citation("scuttle")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("scuttle")
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("scuttle")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.