View source: R/gatherResults.R
gatherResults | R Documentation |
Wrapper function of all presented results
gatherResults(dat, b1.upper = 1, b0.upper = 0)
dat |
The log2-transformed intensity matrix where rows are precursors and columns are samples. |
b1.upper |
Upper bound for beta_1 when fitting the detection probability curve. Typically 1. |
b0.upper |
Upper bound for beta_0 when fitting an empirical regression spline. |
List of results including the logistic-spline fits, the deviance partitioning plot, the capped logit-linear fit and the fitted detection probability curve assuming normal observed intensities.
## See the vignettes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.