View source: R/get_global_fit.R
getLOESSfit | R Documentation |
This function uses output of getRTdf that selects features from oswFiles which has m-score < maxFdrLoess. It fits LOESS on these feature. Loess mapping is established from reference to experiment run.
getLOESSfit(RUNS_RT, spanvalue = 0.1)
RUNS_RT |
(data-frame) must have three calumns: transition_group_id, RT.eXp, and RT.ref. |
spanvalue |
(numeric) Spanvalue for LOESS fit. For targeted proteomics 0.1 could be used. |
An object of class "loess".
Shubham Gupta, shubh.gupta@mail.utoronto.ca
ORCID: 0000-0003-3500-8152
License: (c) Author (2019) + GPL-3 Date: 2019-12-14
getLinearfit, getFeatures, getRTdf
data(oswFiles_DIAlignR, package="DIAlignR")
## Not run:
RUNS_RT <- getRTdf(oswFiles = oswFiles_DIAlignR, ref = "run1", eXp = "run2", maxFdrGlobal = 0.05)
Loess.fit <- getLOESSfit(RUNS_RT, spanvalue = 0.1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.