Calculate lower bound from Frechet-Weibull fit
get_lower_bound(fit_fr_wei, ...)
fit_fr_wei |
|
---|---|
... | additional arguments are ignored. |
numeric value representing the lowest number of UMI to accept for downstream analysis of scRNA-seq data.
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))
Other SALSA support functions: get_salsa_steps
,
get_upper_bound