calculateCurveFit: Calculate the fit for a dose-response curve

View source: R/calculateCurveFit.R

calculateCurveFitR 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 MALDIquant::intensityMatrix() with rownames as the respective concentrations of the spectra.

idx

Numeric vector of the mz indices to perform the fit.

verbose

Logical, print logs to console.

...

Additional arguments passed to nplr::nplr().

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)

CeMOS-Mannheim/MALDIcellassay documentation built on Jan. 24, 2025, 11:17 p.m.