Description Usage Arguments Value Examples
Loads previous differential expression analyses.
1 |
gse_names |
Character vector specifying GSE names to be loaded. |
data_dir |
String specifying directory of GSE folders. |
annot |
Level of previous analysis (e.g. "SYMBOL" or "PROBE"). |
postfix |
Optional string to append to saved results. Useful if need to run multiple meta-analyses on the same series but with different contrasts. |
Result of previous call to diff_expr
.
1 2 3 4 5 | library(lydata)
data_dir <- system.file("extdata", package = "lydata")
gse_names <- c("GSE9601", "GSE34817")
prev <- load_diff(gse_names, data_dir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.