Skip to contents

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)