getFittingParameters {MALDIcellassay} | R Documentation |
Get fitting parameters
Description
Get fitting parameters
Usage
getFittingParameters(object, summarise = FALSE)
Arguments
object |
Object of class MALDIassay |
summarise |
Logical, remove everything other then npar and mz from result. |
Value
tibble of fitting parameters for each fitted m/z-value
Examples
# see example for `fitCurve()` to see how this data was generated
data(Blank2022res)
head(getFittingParameters(Blank2022res, summarise = FALSE))
[Package MALDIcellassay version 0.4.47 Index]