fp_inspect_one_dataset: Inspect raw fluorescence data from a single FP binding assay

Description Usage Arguments Value

View source: R/raw_data_inspection_functions.R

Description

This internal function plots the total fluorescence intensity from an FP dataset as a function of the titration series.

Usage

1
fp_inspect_one_dataset(dataset, highest_signal = NULL)

Arguments

dataset

A dataframe containing the raw fluorescence data. It must be the output of format_data or fp_calculate_pola_aniso_int.

highest_signal

An optional number corresponding to the maximal signal measurable by the plate reader instrument used. Defaults to NULL, which won't check for the presence of saturated reads. The input number is not checked in any way: make sure it really corresponds to a saturated read with your instrument.

Value

A named list containing three ggplot2 graph objects named donor, acceptor and fret.


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