Home
last modified time | relevance | path

Searched refs:peakfit_run (Results 1 – 6 of 6) sorted by relevance

/dports/biology/bcftools/bcftools-1.14/
H A Dpolysomy.c419 cn2aa_fit = peakfit_run(pkf, naa_max, xaa_vals, yaa_vals); in fit_curves()
427 cn2ra_fit = peakfit_run(pkf, nrr_aa,xrr_vals,yrr_vals); in fit_curves()
443 peakfit_run(pkf, nrr_aa, xrr_vals, yrr_vals); in fit_curves()
452 cn3ra_fit = peakfit_run(pkf, nrr_aa, xrr_vals, yrr_vals); in fit_curves()
481 cn4aa_fit = peakfit_run(pkf, naa_max, xaa_vals,yaa_vals); in fit_curves()
491 peakfit_run(pkf, nrr_ra , xrr_vals, yrr_vals); in fit_curves()
503 cn4ra_fit = peakfit_run(pkf, nrr_aa , xrr_vals, yrr_vals); in fit_curves()
H A Dpeakfit.h40 double peakfit_run(peakfit_t *pkf, int nvals, double *xvals, double *yvals);
H A Dpeakfit.c487 double peakfit_run(peakfit_t *pkf, int nvals, double *xvals, double *yvals) in peakfit_run() function
/dports/biology/bio-mocha/bcftools-1.14/
H A Dpolysomy.c419 cn2aa_fit = peakfit_run(pkf, naa_max, xaa_vals, yaa_vals); in fit_curves()
427 cn2ra_fit = peakfit_run(pkf, nrr_aa,xrr_vals,yrr_vals); in fit_curves()
443 peakfit_run(pkf, nrr_aa, xrr_vals, yrr_vals); in fit_curves()
452 cn3ra_fit = peakfit_run(pkf, nrr_aa, xrr_vals, yrr_vals); in fit_curves()
481 cn4aa_fit = peakfit_run(pkf, naa_max, xaa_vals,yaa_vals); in fit_curves()
491 peakfit_run(pkf, nrr_ra , xrr_vals, yrr_vals); in fit_curves()
503 cn4ra_fit = peakfit_run(pkf, nrr_aa , xrr_vals, yrr_vals); in fit_curves()
H A Dpeakfit.h40 double peakfit_run(peakfit_t *pkf, int nvals, double *xvals, double *yvals);
H A Dpeakfit.c487 double peakfit_run(peakfit_t *pkf, int nvals, double *xvals, double *yvals) in peakfit_run() function