lmadd | R Documentation |
Complementary linear fits between signal and sets' feature scores
lmadd(
signal,
sets,
use.intercept = FALSE,
calc.threshold = 0.2,
comb.threshold = 0.05
)
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. |
calc.threshold |
Minimum p-value threshold for the individual fit in order to calculate a complementary coefficient. |
comb.threshold |
Minimum p-value threshold for the individual fit in order to include as covariate for other coefficients. |
A data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.