View source: R/calculateCurveFit.R
calculateCurveFit | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.