bg__horizontal_residuals_MM_log10 {M3Drop}R Documentation

Calculate Horizontal Residuals

Description

Calculates horizontal residuals from the Michaelis-Menten Function. Functions tagged with "bg__" are not meant for direct usage and are not available in the Bioconductor release.

Usage

	bg__horizontal_residuals_MM_log10(K, p, s)

Arguments

K

fitted Michaelis-Menten constant.

p

Observed dropout rate.

s

Observed mean expression.

Details

Calculates the log-transformed horizontal residuals from the Michaelis-Menten function. Input values may be single values or vectors.

log10(S) - K*(1-P)/P

Value

Value of horizontal residual.

Examples

#  s <- c(10,100,100)
#  p <- c(0.9, 0.5, 0.1)
#  res <- bg__horizontal_residuals_MM_log10(10, p, s)

[Package M3Drop version 1.20.0 Index]