Seurat (version 5.0.3)

LogVMR: Calculate the variance to mean ratio of logged values

Description

Calculate the variance to mean ratio (VMR) in non-logspace (return answer in log-space)

Usage

LogVMR(x, ...)

Value

Returns the VMR in log-space

Arguments

x

A vector of values

...

Other arguments (not used)

Examples

Run this code
LogVMR(x = c(1, 2, 3))

Run the code above in your browser using DataLab