View source: R/roast_contrasts_chunk.R
roast_contrasts_chunk | R Documentation |
Roast contrasts chunk.
roast_contrasts_chunk(
grp.var,
path,
gmt_abbrev = c("reactome", "gtrd", "mirdb"),
gmt_prefix = c("c2.cp.reactome", "c3.tft.gtrd", "c3.mir.mirdb"),
use_des = FALSE,
use_aw = TRUE,
use_trend = FALSE,
elst = FALSE
)
grp.var |
Variable name in |
path |
Path of RMD. |
gmt_abbrev |
Character vector of abbreviation of pathway name, e.g. "reactome" or "tft". |
gmt_prefix |
Character vector of GMT file(s) prefixes. |
use_des |
Logical indicating if design (from limma chunk) should be used. |
use_aw |
Logical indicating if array weights should be used. |
use_trend |
Logical indicating if |
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.