Seurat (version 2.3.4)

PrintFindClustersParams: Print FindClusters Calculation Parameters

Description

Print the parameters chosen for the latest FindClusters calculation for each stored resolution.

Usage

PrintFindClustersParams(object, resolution, raw = FALSE)

Arguments

object

Seurat object

resolution

Optionally specify only a subset of resolutions to print parameters for.

raw

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

Value

No return value. Only prints to console.

Examples

Run this code
# NOT RUN {
PrintFindClustersParams(object = pbmc_small, raw = TRUE)

# }

Run the code above in your browser using DataCamp Workspace