Description
Correlated Meta-Analysis.
Description
Performs Correlated Meta-Analysis ('corrmeta') across multiple OMIC scans, accounting for hidden non-independencies between elements of the scans due to overlapping samples, related samples, or other information. For more information about the method, refer to the paper Province MA. (2013) <doi:10.1142/9789814447973_0023>.
README.md
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.