| metaMA-package {metaMA} | R Documentation |
Combines either p-values or moderated effect sizes from different studies to find differentially expressed genes.
| Package: | metaMA |
| Type: | Package |
| Version: | 1.1 |
| Date: | 2009-02-26 |
| License: | GPL |
| LazyLoad: | yes |
pvalcombination and EScombination are the most important functions to combine unpaired data.
pvalcombination combines p-values from individual studies.
EScombination combines effect sizes from individual studies.
pvalcombination.paired and EScombination.paired are to be used for paired data.
IDDIDR can help in the interpretation of gain and loss of information due to meta-analysis.
Guillemette Marot <guillemette.marot@jouy.inra.fr>
Marot, G., Foulley, J.-L., Mayer, C.-D., Jaffrezic, F. Moderated effect size and p-value combinations for microarray meta-analyses. Submitted.
library(metaMA) data(Singhdata) EScombination(esets=Singhdata$esets,classes=Singhdata$classes) pvalcombination(esets=Singhdata$esets,classes=Singhdata$classes)