fit_lm | R Documentation |
Runs limma differential expression analysis on all contrasts selected by
add_contrast
. Analysis performed with and without surrogate
variables discovered by diff_setup
. Also prints MDS plot and saves
results.
fit_lm(eset, svobj = list(sv = NULL), numsv = 0, rna_seq = TRUE)
eset |
Annotated eset created by |
svobj |
Surrogate variable analysis results. Returned from run_sva. |
numsv |
Number of surrogate variables to model. |
rna_seq |
Is this an RNA-seq |
list with slots:
* fit
Result of lmFit.
* mod
model matrix used for fit.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.