Description Usage Arguments Details Value See Also
Calculate upper bound from Frechet fit
1 | get_upper_bound(fit_fr, ...)
|
fit_fr |
|
... |
additional arguments are ignored. |
This function takes the output from fitdist_fr()
and
calculates the associated predicted upper bound for
number of UMI to accept for downstream analysis of
scRNA-seq data.
The equation:
scale + 2 * shape * scale * (base::gamma(1 - (1 / shape)) - 1)
numeric value representing the highest number of UMI to accept for downstream analysis of scRNA-seq data.
Other SALSA support functions: get_lower_bound
,
get_salsa_steps
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.