View source: R/ablandscape_fit.R
ablandscape.delta.fit | R Documentation |
Fit an antibody landscape that represents the difference in reactivity between two serum samples on a log scale.
ablandscape.delta.fit(
titers1,
titers2,
coords,
bandwidth,
degree,
error.sd,
control = list()
)
titers1 |
A vector of titers against each antigen. |
titers2 |
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 ( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.