Description Usage Arguments Examples
Get the standard deviations for an object
1 2 3 4 5 6 7 |
object |
An object |
... |
Arguments passed to other methods |
reduction |
Name of reduction to use |
1 2 3 4 5 | # 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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.