plMod | R Documentation |
Fits linear models between a signal and set variables. This is a flexible but slow implementations, we recommend ebayes for a faster one.
plMod(signature, sets, var = "sites", correctForLength = NULL)
modsites(x, sets, correctForLength = TRUE, ...)
modscore(x, sets, ...)
signature |
A named numeric vector |
sets |
A data.frame with at least the following columns: 'set', 'feature', and the variable specified by 'var'. |
var |
The independent variable to use, either 'sites' or 'score'. |
correctForLength |
Logical; whether to correct for length (i.e. total sites). Defaults to TRUE if ‘var=’sites'', FALSE otherwise. |
a data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.