File: scuttle-pkg.Rd

package info (click to toggle)
r-bioc-scuttle 1.0.4%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 728 kB
  • sloc: cpp: 356; sh: 17; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 787 bytes parent folder | download | duplicates (3)
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
}