Description Usage Arguments Details Value Examples
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.
1 | 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.
log10(S) - K*(1-P)/P
Value of horizontal residual.
1 2 3 | # 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.