ebayes | R Documentation |
A wrapper around lmFit
and eBayes
for fitting the feature scores of many sets against a signal.
ebayes(signal, sets, use.intercept = FALSE)
signal |
A named numeric vector indicating the signal (e.g. logFC) of each feature. |
sets |
A data.frame of annotation, with at least the following columns: 'set', 'feature' and 'score'. Alternatively, a sparse numeric matrix, with sets as columns and features as rows (dimensions must be named). |
use.intercept |
Logical; whether to use an intercept in the model. |
A data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.