Seurat (version 2.3.4)

PrintICAParams: Print ICA Calculation Parameters

Description

Print the parameters chosen for the latest stored ICA calculation.

Usage

PrintICAParams(object, raw = FALSE)

Arguments

object

Seurat object

raw

Print the entire contents of the calculation settings slot (calc.params) for the ICA calculation. Default (FALSE) will print a nicely formatted summary.

Value

No return value. Only prints to console.

Examples

Run this code
# NOT RUN {
pbmc_small <- RunICA(object = pbmc_small, ics.compute = 5)
PrintICAParams(object = pbmc_small, raw = TRUE)

# }

Run the code above in your browser using DataLab