Skip to contents

Fit scaled protein melting curves to output fitting parameters.

Usage

X.fit.meltcurves(data = NULL)

Arguments

data

Data frame with one column for each temperature, starting with 'T' and followed by number and a column 'protein' with protein IDs.

Value

A list with four elements: $data with fitted data parameters, $all.data with connected table of input and output data, $fits with nls fit objects for each fitted protein and $plot showing the distribution of these parameters across dataset.

Examples

MC.data.fitted <- X.fit.meltcurves(MC.data.scaled$data)
#> Error: object 'MC.data.scaled' not found