View source: R/create_method_path.R
create_method_path | R Documentation |
Create a fine-mapping method-specific path.
create_method_path( locus_dir, finemap_method, include_astrices = FALSE, LD_reference = NULL, compress = FALSE )
locus_dir |
Locus-specific directory to store results in. |
finemap_method |
Fine-mapping method to run. See lfm for a list of all fine-mapping methods currently available. |
include_astrices |
Whether to keep any astrices in file path. |
LD_reference |
Name of the LD reference panel. |
compress |
Whether to add ".gz" at the end of the file path. |
Other finemapping functions:
multifinemap_handler_method()
,
multifinemap_handler()
,
multifinemap()
locus_dir <- echodata::locus_dir path <- echofinemap::create_method_path(locus_dir = locus_dir, finemap_method = "SUSIE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.