calculateCurveFit {MALDIcellassay} | R Documentation |
Calculate the fit for a dose-response curve
Description
Calculate the fit for a dose-response curve
Usage
calculateCurveFit(intmat, idx, verbose = TRUE, ...)
Arguments
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 |
Value
List of curve fits.
Examples
data(Blank2022intmat)
# for faster runtime we let it run on 5 peaks only
fits <- calculateCurveFit(Blank2022intmat, idx = 1:5)
[Package MALDIcellassay version 0.4.47 Index]