Description Usage Arguments Details Value
Provides the cumulative distribution function (CDF) of a uniform distribution at a specific value.
1 | cdf.uniform(bounds, value)
|
bounds |
a numeric vector indicating the support (lower and upper bounds) of the uniform distribution |
value |
a numeric value specifying the densities to compute |
This function is used internally when comparing the marker expression densities of gate profiles with the default comparison approach. This function can also be used by users willing to define their own statistical functions for comparing cell, cell cluster or gate profiles.
a numeric value of the cumulative distribution value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.