Description Usage Arguments Value
Takes formatted dataframe and retunrs glm.nb fitted coeffs & normalized df
1 | normDistance(df, max_dist = -1, max_distnorm_value = 50, sample_ratio = -1)
|
df |
An input dataframe, coverage normalized. |
max_dist |
If > 0, Rows with larger $dist values will be dropped. |
max_distnorm_value |
Outliers by division with too small a number are replaced by this value. |
sample_ratio |
If NOT -1 && between 0.0-1.0, downsample the df rows to be used for fitting by that ratio. |
df Distance normalized.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.