View source: R/FINEMAP_process_results.R
FINEMAP_process_results | R Documentation |
Post-processing of FINEMAP
results.
FINEMAP_process_results( dat, locus_dir, credset_thresh = 0.95, pvalue_thresh = 0.05, finemap_version = package_version("1.4.1"), file_options = NULL, sort_by_CS = TRUE, verbose = TRUE )
http://www.christianbenner.com
locus_dir <- file.path(tempdir(), echodata::locus_dir)
dat <- echodata::BST1;
dat2 <- echofinemap:::FINEMAP_process_results(dat=dat, locus_dir=locus_dir)
Other FINEMAP:
FINEMAP_construct_data()
,
FINEMAP_construct_master()
,
FINEMAP_find_executable()
,
FINEMAP()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.