FINEMAP_construct_master: Construct the 'FINAMAP' master file

View source: R/FINEMAP_construct_master.R

FINEMAP_construct_masterR Documentation

Construct the FINAMAP master file

Description

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_construct_data(), FINEMAP_find_executable(), FINEMAP_process_results(), FINEMAP()


RajLabMSSM/echofinemap documentation built on Jan. 3, 2023, 1:42 a.m.