View source: R/ablandscape_fit.R
ablandscape.fit | R Documentation |
Fit an antibody landscape to titers and antigen positions.
ablandscape.fit(
titers,
coords,
bandwidth,
degree,
error.sd,
control = list(),
method = "loess",
acmap = NULL
)
titers |
A vector of titers against each antigen. |
coords |
A matrix of the antigen coordinates of each antigen. |
bandwidth |
The bandwidth of the local regression. |
degree |
The degree of the polynomials to be used, normally 1 or 2. |
control |
Control parameters: see ( |
method |
Fitting method to use, one of "loess" or "cone" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.