f.readConfig {cnvGSA}R Documentation

Reading in the config file.

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

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

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

[Package cnvGSA version 1.34.0 Index]