Allows running a meta-analysis of multivariate Genome Wide Association Studies (GWAS) and easily visualizing results through custom plotting functions. The multivariate setting implies that results for each single nucleotide polymorphism (SNP) include several effect sizes (also known as "beta coefficients", one for each trait), as well as related variance values, but also covariance between the betas. The main goal of the package is to provide combined beta coefficients across different cohorts, together with the combined variance/covariance matrix. The method is inverse-variance based, thus each beta is weighted by the inverse of its variance-covariance matrix, before taking the average across all betas. The default options of the main function \code{multi_meta} will work with files obtained from GEMMA multivariate option for GWAS (Zhou & Stephens, 2014). It will work with any other output, as soon as columns are formatted to have the according names. The package also provides several plotting functions for QQ-plots, Manhattan Plots and custom summary plots.
Version: | 0.1 |
Depends: | gtable, grid |
Imports: | mvtnorm, expm, ggplot2, reshape2 |
Published: | 2015-01-15 |
Author: | Dragana Vuckovic |
Maintainer: | Dragana Vuckovic <dragana.vuckovic at burlo.trieste.it> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: | no |
In views: | MetaAnalysis |
CRAN checks: | MultiMeta results |
Reference manual: | MultiMeta.pdf |
Package source: | MultiMeta_0.1.tar.gz |
Windows binaries: | r-devel: MultiMeta_0.1.zip, r-release: MultiMeta_0.1.zip, r-oldrel: MultiMeta_0.1.zip |
OS X El Capitan binaries: | r-release: MultiMeta_0.1.tgz |
OS X Mavericks binaries: | r-oldrel: MultiMeta_0.1.tgz |
Please use the canonical form https://CRAN.R-project.org/package=MultiMeta to link to this page.