Description Usage Arguments Value
View source: R/fit_binding_model.R
This function fits a binding model equation (hyperbolic model, Hill model, or quadratic model) to experimental binding data.
1 2 | fit_binding_model(data, binding_model, probe_concentration = NULL,
output_directory = NULL)
|
data |
A dataframe containing the binding signal. It must contain
at least two columns: |
binding_model |
A binding model equation to fit to the experimental
data. Possible values are |
probe_concentration |
The fixed concentration of probe molecule (required to use the quadratic binding model, ignored by other models). |
output_directory |
An optional directory name where to write fit results. This directory will be created if it does not already exist. |
A named list where each element is named after the corresponding
experiment and holds an nls
object containing the
results of the fit. Only succesful fits will be returned. This list can
be directly used as input for make_figure
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.