Learn R Programming

MALDIcellassay (version 0.4.47)

getFittingParameters: Get fitting parameters

Description

Get fitting parameters

Usage

getFittingParameters(object, summarise = FALSE)

Value

tibble of fitting parameters for each fitted m/z-value

Arguments

object

Object of class MALDIassay

summarise

Logical, remove everything other then npar and mz from result.

Examples

Run this code
# see example for `fitCurve()` to see how this data was generated
data(Blank2022res)
head(getFittingParameters(Blank2022res, summarise = FALSE))

Run the code above in your browser using DataLab