make_one_figure: Make a figure with data and binding curve from a single...

Description Usage Arguments Value

View source: R/make_figure.R

Description

This internal function takes a model object from fit_binding_model or nls and returns a ggplot graph object of a binding curve figure.

Usage

1
make_one_figure(fit, experiment_name, binding_model, probe_conc = NULL)

Arguments

fit

An nls object. The output of fit_binding_model can be used directly as input here.

experiment_name

The name of the corresponding experiment.

binding_model

The binding model used to fit the data.

probe_conc

The fixed concentration of probe molecule. This is ignored for models obtained with the hyperbolic and hill equations, but required for models obtained with the quadratic equation.

Value

A ggplot graph object of a binding curve figure.


Guilz/rfret documentation built on Oct. 18, 2021, 2:14 p.m.