corrmeta
Correlated Meta-Analysis (CMA) integrates findings across multiple OMIC scans by considering correlated information between the OMIC scans.
Installation
# Install corrmeta from CRAN
install.packages("corrmeta")
# Or the development version from GitHub:
# install.packages("devtools")
devtools::install_github("wsjung/corrmeta")Example
Coming Soon