View source: R/ablandscape_control.R
ablandscape.control | R Documentation |
This function returns all the options that can be set for fitting of antibody landscapes and the default values for them.
ablandscape.control(
max.titer.possible = 10,
min.titer.possible = -4,
max.slope = Inf,
error.sd = 1.1,
confint.stepsize = 0.1,
optimise.cone.coords = TRUE,
optimise.cone.slope = TRUE,
start.cone.coords = NULL,
start.cone.slope = NULL,
model.fn = NULL
)
Returns a list of default fitting options for making antibody landscapes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.