File: scuttle-pkg.R

package info (click to toggle)
r-bioc-scuttle 1.8.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 888 kB
  • sloc: cpp: 508; sh: 7; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 803 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#' 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
#' 
#' @name scuttle-pkg
#' @useDynLib scuttle, .registration=TRUE
#' @importFrom Rcpp sourceCpp
#' @import methods
NULL