Stdev: Get the standard deviations for an object

Description Usage Arguments Examples

View source: R/generics.R

Description

Get the standard deviations for an object

Usage

1
2
3
4
5
6
7
Stdev(object, ...)

## S3 method for class 'DimReduc'
Stdev(object, ...)

## S3 method for class 'Seurat'
Stdev(object, reduction = "pca", ...)

Arguments

object

An object

...

Arguments passed to other methods

reduction

Name of reduction to use

Examples

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")

lambdamoses/SeuratBasics documentation built on May 6, 2020, 9:32 a.m.