contribute {crossmeta} | R Documentation |
Contributed results will be used to build a freely searchable database of gene expression meta-analyses.
contribute(diff_exprs, subject)
diff_exprs |
Result of call to |
subject |
String identifying meta-analysis subject (e.g. "rapamycin" or "prostate_cancer"). |
Performs meta-analysis on diff_exprs
using es_meta
. Sends
overall mean effect size values and minimal information needed to reproduce
meta-analysis.
NULL (used to contribute meta-analysis).
library(lydata) # location of data data_dir <- system.file("extdata", package = "lydata") # gather GSE names gse_names <- c("GSE9601", "GSE15069", "GSE50841", "GSE34817", "GSE29689") # load differential expression analyses anals <- load_diff(gse_names, data_dir) # contribute results of meta-analysis # contribute(anals, subject = "LY294002")