Learn R Programming

cnvGSA (version 1.16.0)

f.readConfig: 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

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

Run the code above in your browser using DataLab