scrna_pipeline: scrna_pipeline

Description Usage Arguments Value Examples

View source: R/scrna_pipeline.R

Description

The 'PipelineDefinition' for the default scRNAseq clustering pipeline, with steps for doublet identification, filtering, normalization, feature selection, dimensionality reduction, and clustering. Alternative arguments should be character, numeric or logical vectors of length 1 (e.g. the function name for a method, the number of dimensions, etc). The default pipeline has the following steps and arguments:

Usage

1
scrna_pipeline(saveDimRed = FALSE, pipeClass = c("seurat", "sce"))

Arguments

saveDimRed

Logical; whether to save the dimensionality reduction for each analysis (default FALSE)

pipeClass

'sce' or 'seurat'; which object class to use throughout the pipeline. Note that the 'alternatives' functions have to be built around the chosen class. Given that, if running the 'scrna_alternatives', the class of whole pipeline is determined by the output of the filtering, only this step is affected by this option.

Value

A 'PipelineDefinition' object to be used with 'runPipeline'.

Examples

1
2
pip <- scrna_pipeline()
pip

pipeComp documentation built on Nov. 8, 2020, 7:35 p.m.