rangePlot-ligandSensor-method: Make a plot of the suited ranges for this ligandSensor

Description Usage Arguments Value Examples

Description

Make a plot of the suited ranges for this ligandSensor

Usage

1
2
## S4 method for signature 'ligandSensor'
rangePlot(object, ranges = ranges_df(object), ylim = c(1, 14), by = 1)

Arguments

object

A ligandSensor object

ranges

(optional, default = ranges_df(object)) A ranges dataframe)

ylim

The limits of the ranges plot

by

the 'by' argument of the limits axis tick marks

Value

A dataframe of suited ranges with these columns: 'Sensor_Name': the name of the sensor 'Minimum': the minimum pLigand measurable at the given inaccuracy 'Maximum': the maximum pLigand measurable at the given inaccuracy 'Inaccuracy': the inaccuracy associated with this row (relative) 'error_thresh': the error threshold associated with this row (mV)

Examples

1
2
3
my_sensor <- new("ligandSensor", new("Sensor", Rmin = 1, Rmax = 5, delta = 0.2),
pKd = 7, ligand_name = "NADPH")
rangePlot(my_sensor)

julianstanley/SensorOverlord documentation built on Oct. 19, 2020, 2:29 p.m.