Learn R Programming

Seurat (version 2.0.0)

PrintCalcParams: Print the calculation

Description

Print entire contents of calculation settings slot (calc.params) for given calculation.

Usage

PrintCalcParams(object, calculation, raw = FALSE, return.list = FALSE)

Arguments

object

Seurat object

calculation

Name of calculation (function name) to check parameters for

raw

Print the entire contents of the calculation settings slot (calc.params) for the RunPCA calculation.

return.list

Return the calculation parameters as a list

Value

Prints the calculation settings and optionally returns them as a list