fret_job_plot: Make a figure with FRET stoichiometry data (Job plot)

Description Usage Arguments Value

View source: R/fret_job_plot.R

Description

This function takes raw or corrected FRET data from a FRET stoichiometry experiment (continuous variation method) and outputs a Job plot.

Usage

1
fret_job_plot(dataset, output_directory = NULL, plot_format = "png")

Arguments

dataset

A dataframe containing at least three columns called Experiment, fret_channel (or signal), and concentration. This can be the output of format_data or fret_correct_signal.

output_directory

An optional directory name where to write the plot. This directory will be created if it does not already exist.

plot_format

A character string indicating the file format to use to save plots. Possible values are "png" (default value), "pdf" and "svg".

Value

A ggplot graph object of a Job plot figure.


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