Package: metalcor Title: Meta-Analysis of Correlated Genetic Association Studies Version: 1.0.0 Authors@R: c( person(given = "Alejandro", family = "Ochoa", role = c("aut", "cre"), email = "alejandro.ochoa@duke.edu", comment = c(ORCID = "0000-0003-4928-3403")), person(given = "Tiffany", family = "Tu", role = c("aut"), email = "tiffany.tu@duke.edu", comment = c(ORCID = "0000-0002-9357-6660")) ) Description: The main function performs meta-analysis of genetic association study summary statistics that may be correlated due to cryptic relatedness or other confounders, generalizing inverse variance weighted methods. The function that estimates the correlation structure is also provided standalone. Another key innovation, the estimation of the correlation parameter from the median product of correlated standard normal variables, is provided, as well as a complete set of functions for their underlying distribution: density, cumulative, quantile, and random deviates. Described in Tu and Ochoa (2025) . License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Imports: stats, dplyr, tibble, tidyselect Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://github.com/OchoaLab/metalcor BugReports: https://github.com/OchoaLab/metalcor/issues Repository: https://ochoalab.r-universe.dev Date/Publication: 2026-05-06 19:19:57 UTC RemoteUrl: https://github.com/ochoalab/metalcor RemoteRef: HEAD RemoteSha: 2c374f19fd138614c2c7b74e82f862d9a02cbd3d NeedsCompilation: no Packaged: 2026-06-12 06:35:52 UTC; root Author: Alejandro Ochoa [aut, cre] (ORCID: ), Tiffany Tu [aut] (ORCID: ) Maintainer: Alejandro Ochoa