Seurat (version 2.3.4)

ExpSD: Calculate the standard deviation of logged values

Description

Calculate SD of logged values in non-log space (return answer in log-space)

Usage

ExpSD(x)

Arguments

x

A vector of values

Value

Returns the standard deviation in log-space

Examples

Run this code
# NOT RUN {
ExpSD(x = c(1, 2, 3))

# }

Run the code above in your browser using DataCamp Workspace