.parse_config_header | R Documentation |
.parse_config_header
.parse_config_header(f, valid_feature_var)
f |
a config file |
valid_feature_var |
supported variables to attempt to extract |
A named list containing configuration options mapped to values.
valid_feature_var = c("main_dir", "overlap_extension", "n_peaks",
"balance_groups", "consensus_n",
"consensus_fraction", "color_by", "color_mapping",
"run_by", "to_run", "to_run_reference", "is_null")
cfg_file = system.file("extdata/ssvQC_peak_config.csv", package = "ssvQC")
.parse_config_header(cfg_file, valid_feature_var)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.