1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/scuttle-pkg.R
\name{scuttle-pkg}
\alias{scuttle-pkg}
\title{Single-cell utilities}
\description{
The \pkg{scuttle} package provides some utility functions for single-cell 'omics data analysis.
This includes some simple methods for computing and filtering on quality control;
basic data transformations involving various types of scaling normalization;
and flexible aggregation across cells or features.
\pkg{scuttle} also implements wrapper functions that simplify boilerplate for developers of client packages.
This includes packages such as \pkg{scran}, \pkg{scater} and \pkg{DropletUtils}, to name a few.
Note that much of the code here was inherited from the \pkg{scater} package.
}
\author{
Aaron Lun
}
|