Description Usage Arguments Value Author(s) See Also Examples
View source: R/get_global_fit.R
Modified loess for condition handling
1 | dialignrLoess(RUNS_RT, spanvalue)
|
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" or "lm".
Shubham Gupta, shubh.gupta@mail.utoronto.ca
ORCID: 0000-0003-3500-8152
License: (c) Author (2020) + GPL-3 Date: 2020-07-11
1 2 3 4 5 6 | df <- data.frame("transition_group_id" = 1:10, "RT.eXp" = 2:11, "RT.ref" = 10:19)
## Not run:
dialignrLoess(df, 0.1)
dialignrLoess(df[1:4,], 0.1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.