rangePlot-ligandSensor-method.Rd
Make a plot of the suited ranges for this ligandSensor
# S4 method for ligandSensor rangePlot(object, ranges = ranges_df(object), ylim = c(1, 14), by = 1)
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 |
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)
my_sensor <- new("ligandSensor", new("Sensor", Rmin = 1, Rmax = 5, delta = 0.2), pKd = 7, ligand_name = "NADPH") rangePlot(my_sensor)