powered by
Print entire contents of calculation settings slot (calc.params) for given calculation.
PrintCalcParams(object, calculation, raw = FALSE, return.list = FALSE)
Seurat object
Name of calculation (function name) to check parameters for
Print the entire contents of the calculation settings slot (calc.params) for the RunPCA calculation.
Return the calculation parameters as a list
Prints the calculation settings and optionally returns them as a list
# 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