dot-parse_config_header: .parse_config_header

.parse_config_headerR Documentation

.parse_config_header

Description

.parse_config_header

Usage

.parse_config_header(f, valid_feature_var)

Arguments

f

a config file

valid_feature_var

supported variables to attempt to extract

Value

A named list containing configuration options mapped to values.

Examples

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)

FrietzeLabUVM/ssvQC documentation built on March 25, 2024, 12:24 a.m.