ablandscape.control: Get defaults for antibody landscape fitting

View source: R/ablandscape_control.R

ablandscape.controlR Documentation

Get defaults for antibody landscape fitting

Description

This function returns all the options that can be set for fitting of antibody landscapes and the default values for them.

Usage

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
)

Value

Returns a list of default fitting options for making antibody landscapes.


acorg/ablandscapes documentation built on March 4, 2024, 7:50 a.m.