form_model | R Documentation |
loess
to create a model between data setsRuns the loess
function using the values from the
Feature apex
variable between the reference data set and each of the
remaining data sets (one at a time). We refer to the data set that is being
aligned to the reference as the current or working data set. The model is
created with the proteoforms that are found in both the reference data set
and the working data set.
form_model(x, ref_ds, ...)
x |
A |
ref_ds |
A character string specifying the reference data set. |
... |
Arguments for the |
A list containing the loess model between each data set and the reference data set.
Evan A Martin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.