form_model: Use 'loess' to create a model between data sets

form_modelR Documentation

Use loess to create a model between data sets

Description

Runs 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.

Usage

form_model(x, ref_ds, ...)

Arguments

x

A data.table output from the infer_prot function.

ref_ds

A character string specifying the reference data set.

...

Arguments for the loess function.

Value

A list containing the loess model between each data set and the reference data set.

Author(s)

Evan A Martin


evanamartin/TopPICR documentation built on Dec. 9, 2022, 8:05 p.m.