Description Usage Arguments Details Value See Also
Calculate lower bound from Frechet-Weibull fit
1 | get_lower_bound(fit_fr_wei, ...)
|
fit_fr_wei |
|
... |
additional arguments are ignored. |
This function takes the output from fitdist_fr_wei()
and
calculates the associated predicted lower bound for
number of UMI to accept for downstream analysis of
scRNA-seq data.
The equation:
fr_scale * (wei_scale / fr_scale) ^ (fr_weight / (fr_shape * wei_shape))
numeric value representing the lowest number of UMI to accept for downstream analysis of scRNA-seq data.
Other SALSA support functions: get_salsa_steps
,
get_upper_bound
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.