Seurat (version 2.3.4)

PrintDMParams: Print Diffusion Map Calculation Parameters

Description

Print the parameters chosen for the latest stored diffusion map calculation.

Usage

PrintDMParams(object, raw = FALSE)

Arguments

object

Seurat object

raw

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

Value

No return value. Only prints to console.

Examples

Run this code
# NOT RUN {
# Run Diffusion on variable genes
pbmc_small <- RunDiffusion(pbmc_small,genes.use = pbmc_small@var.genes)
PrintDMParams(object = pbmc_small)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab