Description Usage Arguments Value Author(s) See Also Examples
View source: R/get_global_fit.R
Calculates Residual Standard Error of the fit
1 | 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
1 2 3 4 5 6 7 | 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.