empirical_lambda | R Documentation |
Estimate the dropout parameter
empirical_lambda(y, lower_limit = 0)
y |
A cell-by-gene expression matrix |
lower_limit |
The limit below which expression counts as 'dropout' |
The estimated lambda
synth <- create_synthetic(C = 20, G = 5, zero_negative = TRUE, model_dropout = TRUE) lambda <- empirical_lambda(synth$X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.