# 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")
Run the code above in your browser using DataLab