|
Resolution: standard / high Figure 10.
Pseudocode for the peak detection algorithm. fitpoly is a Java implementation of the MatLab Polyfit function which finds the coefficients
of a polynomial which fits the specified data – fitpoly(x,y,n) where x and y are vectors of the x and y values and n is the order of the polynomial to be fitted.
Jameson et al. BMC Bioinformatics 2009 10:226 doi:10.1186/1471-2105-10-226 |