Description Usage Arguments Details Value
View source: R/esco-estimate.R
Estimate the midpoint and shape parameters for the logistic function used when simulating dropout.
1 | escoEstDropout(norm.counts, params)
|
norm.counts |
library size normalised counts matrix. |
params |
|
Logistic function parameters are estimated
by fitting a logistic function
to the relationship between log2 mean gene
expression and the proportion of
zeros in each gene. See nls
for details of fitting.
Note this is done on the experiment level.
escoParams
object with estimated values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.