R/get_rds_path.R

Defines functions get_rds_path

get_rds_path <- function(locus_dir,
                         LD_reference) {
    RDS_path <- file.path(
        locus_dir, "LD",
        paste0(
            basename(locus_dir), ".",
            basename(LD_reference), "_LD.RDS"
        )
    )
    return(RDS_path)
}
RajLabMSSM/echoLD documentation built on May 12, 2024, 3:23 a.m.