run_limma | R Documentation |
After selecting control and test samples for a contrast, surrogate variable
analysis (sva
) and linear model fitting with lmFit is performed.
run_limma(
eset,
annot = "SYMBOL",
svobj = list(sv = NULL),
numsv = 0,
filter = TRUE
)
eset |
Annotated eset created by |
annot |
String, column name in fData. For duplicated
values in this column, the row with the highest interquartile range
across selected samples will be kept. Appropriate values are |
svobj |
Surrogate variable analysis results. Returned from run_sva. |
numsv |
Number of surrogate variables to model. |
filter |
For RNA-seq. Should genes with low counts be filtered? dseqr shiny app performs this step
separately. Should be |
If analyses need to be repeated, previous results can be reloaded with readRDS
and supplied to the prev_anal
parameter. In this case, previous selections will be reused.
List with:
fit |
result of |
mod |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.