M3D_horz_res: Calculate Horizontal Residuals

bg__horizontal_residuals_MM_log10R 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.

r = log_{10}(S) - \frac{(1-P)K}{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)

tallulandrews/M3Drop documentation built on March 6, 2024, 1:49 a.m.