f.readConfig: Reading in the config file.

Description Usage Arguments Value Examples

View source: R/cnvGSA.R

Description

This function is used to read in all the values from the config file and change them in the S4 objects used throughout the scripts. If you would like to reload the config values, you will want to run this function.

Usage

1
f.readConfig(configFile, cnvGSA.in)

Arguments

configFile

The file name and full path for the config file.

cnvGSA.in

A CnvGSAInput S4 object.

Value

A CnvGSAInput object with the updated config.ls and params.ls objects.

Examples

1
2
3
library(cnvGSAdata)
data(cnvGSA_input_example)
## See vignette for full details and worked example

cnvGSA documentation built on Nov. 8, 2020, 5:04 p.m.