calculateCurveFit {MALDIcellassay} | R Documentation |
Calculate the fit for a dose-response curve
calculateCurveFit(intmat, idx, verbose = TRUE, ...)
intmat |
Intensity matrix as generated by
|
idx |
Numeric vector of the mz indices to perform the fit. |
verbose |
Logical, print logs to console. |
... |
Additional arguments passed to |
List of curve fits.
data(Blank2022intmat)
# for faster runtime we let it run on 5 peaks only
fits <- calculateCurveFit(Blank2022intmat, idx = 1:5)