View source: R/get_global_fit.R
getRSE | R Documentation |
Calculates Residual Standard Error of the fit
getRSE(fit, globalAlignment)
fit |
(lm or loess) Linear or loess fit object between reference and experiment run. |
(numeric)
Shubham Gupta, shubh.gupta@mail.utoronto.ca
ORCID: 0000-0003-3500-8152
License: (c) Author (2020) + GPL-3 Date: 2020-04-08
getLOESSfit, getLinearfit, getGlobalAlignment
data(oswFiles_DIAlignR, package="DIAlignR")
## Not run:
Loess.fit <- getGlobalAlignment(oswFiles = oswFiles_DIAlignR, ref = "run1", eXp = "run2",
maxFdrGlobal = 0.05, spanvalue = 0.1, fit = "loess")
getRSE(Loess.fit, "loess")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.