Creates and saves the master file
which tells FINEMAP where to find each input file.
Usage
FINEMAP_construct_master(
locus_dir,
n_samples,
dir = "FINEMAP",
dataset_number = 1,
data.k_path = NULL,
verbose = TRUE
)Source
http://www.christianbenner.com
locus_dir <- file.path(tempdir(),echodata::locus_dir)
master_path <- echofinemap:::FINEMAP_construct_master(locus_dir=locus_dir,
n_samples=25000)
See also
Other FINEMAP:
FINEMAP(),
FINEMAP_construct_data(),
FINEMAP_find_executable(),
FINEMAP_process_results()