bg__horizontal_residuals_MM_log10 | R Documentation |
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.
bg__horizontal_residuals_MM_log10(K, p, s)
K |
fitted Michaelis-Menten constant. |
p |
Observed dropout rate. |
s |
Observed mean expression. |
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 of horizontal residual.
# s <- c(10,100,100)
# p <- c(0.9, 0.5, 0.1)
# res <- bg__horizontal_residuals_MM_log10(10, p, s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.