Skip to contents

Find and import LD score files

Usage

POLYFUN_gather_ldscores(output_prefix)

Examples

if (FALSE) { # \dontrun{
output_prefix <- file.path(
    system.file("tools/polyfun/gold", "",
                package = "echofinemap"),
    "testrun.22"
)
ldscore <- POLYFUN_gather_ldscores(output_prefix=output_prefix)
} # }