Description Usage Arguments Value
Takes formatted dataframe and retunrs glm.nb fitted coeffs & normalized df
1 2 3 4 5 6 7 8 | normCoverage(
df,
do_shuffle = TRUE,
cov1_thresh = 200,
cov2_thresh = 200,
max_covnorm_value = 50,
sample_ratio = -1
)
|
df |
An input dataframe. |
max_covnorm_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. |
cov1_thresh&cov2_thresh |
Threshold for filteraing bins with too low coverage. |
df Coverage normalized.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.