View source: R/limma_contrasts_chunk.R
limma_contrasts_chunk | R Documentation |
Limma contrasts chunk.
limma_contrasts_chunk(
grp.var,
contr.v,
path,
proj.nm,
limma.model = NULL,
use_aw = TRUE,
use_trend = FALSE,
use_annot = TRUE,
row.type = "gene",
elst = FALSE
)
grp.var |
Variable name in |
contr.v |
Named vector of contrasts. |
path |
Path of RMD. |
proj.nm |
Name of project to paste into filenames. |
limma.model |
Model formula for |
use_aw |
Logical indicating if array weights should be used. |
use_trend |
Logical indicating if |
use_annot |
Should |
row.type |
Character in filename for features. |
elst |
Logical indicating if expression object an EList. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.