metapod
Meta-Analyses on P-Values of Differential Analyses
Bioconductor version: 3.23 · Package version: 1.20.0
Implements a variety of methods for combining p-values in differential analyses of genome-scale datasets. Functions can combine p-values across different tests in the same analysis (e.g., genomic windows in ChIP-seq, exons in RNA-seq) or for corresponding tests across separate analyses (e.g., replicated comparisons, effect of different treatment conditions). Support is provided for handling log-transformed input p-values, missing values and weighting where appropriate.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("metapod") Details
| Maintainer | Aaron Lun <infinite.monkeys.with.keyboards@gmail.com> |
| Author | Aaron Lun [aut, cre] |
| License | GPL-3 |
| URL | https://github.com/LTLA/metapod |
| Bug Reports | https://github.com/LTLA/metapod/issues |
| System Requirements | C++11 |
| Downloads rank | 7510 |
| Source branch | RELEASE_3_23 |
| biocViews | DifferentialPeakCalling, MultipleComparison, Software |