Description Usage Arguments Value
This function tests for differential expression per gene using a linear model and definition contrasts that splits the input matrix into groups of samples. It outputs the fit, coefficients per gene, as well as the sum of residual squares after accounting for weights.
1 | test_limma_lm(mat, mod, weights)
|
mat |
A gene expression matrix (genes x samples) |
weights |
Assign differential weights either across genes or samples |
model |
A model of contrasts splitting samples |
It outputs a list with the model fit, coefficients per gene, as well as the sum of residual squares after accounting for differential weights
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.