Seurat (version 2.3.4)

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

Examples

Run this code
# NOT RUN {
PrintCalcParams(object = pbmc_small, calculation = 'RunPCA')
PrintCalcParams(object = pbmc_small, calculation = 'RunPCA', raw = TRUE)

# }

Run the code above in your browser using DataLab