Get the standard deviations for an object
Get the standard deviations for an object
Stdev(object, ...) ## S3 method for class 'DimReduc' Stdev(object, ...) ## S3 method for class 'Seurat' Stdev(object, reduction = "pca", ...)
object |
An object |
... |
Arguments passed to other methods |
reduction |
Name of reduction to use |
The standard deviations
# Get the standard deviations for each PC from the DimReduc object Stdev(object = pbmc_small[["pca"]]) # Get the standard deviations for each PC from the Seurat object Stdev(object = pbmc_small, reduction = "pca")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.