- Home
- Bioconductor 3.14
- Software Packages
- metapod
metapod
This package is for version 3.14 of Bioconductor; for the stable, up-to-date release version, see metapod.
Meta-Analyses on P-Values of Differential Analyses
Bioconductor version: 3.14
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.
Author: Aaron Lun [aut, cre]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards at gmail.com>
citation("metapod")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("metapod")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("metapod")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.