fit_gaussian | R Documentation |
Given read coverage data, fit a Guassian curve using either NLS or MLE fits.
fit_gaussian(fit.data, maxval, fit.method, mu = 300)
fit.data |
read coverage to fit |
maxval |
maximum read coverage |
fit.method |
Either NLS or MLE |
mu |
initialised value for the centre of the peak (default: 300) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.