fit_gaussian: Fit Gaussian curve to the coverage

View source: R/count_polyA.R

fit_gaussianR Documentation

Fit Gaussian curve to the coverage

Description

Given read coverage data, fit a Guassian curve using either NLS or MLE fits.

Usage

fit_gaussian(fit.data, maxval, fit.method, mu = 300)

Arguments

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)


VCCRI/Sierra documentation built on July 3, 2023, 6:39 a.m.