loadConfig: Load the sRACIPE configuration from a file.

Description Usage Arguments Value Related Functions Examples

View source: R/loadConfig.R

Description

Read the sRACIPE configuration file to initialize the parameters.

Usage

1
loadConfig(configFile = "inputs/sRACIPE.cfg", header = TRUE)

Arguments

header

(optional) Logical. Whether the input file has a header or not. TRUE by default.

topologyFile

Character. Topology file address.

Value

List. Contains various parameters and their values.

Related Functions

simulateGRC, knockdownAnalysis, overExprAnalysis, plotData, calcHeatmapSimilarity

Examples

1
2
3
4
## Not run: 
configuration <- loadConfig("inputs/sRACIPE.cfg")

## End(Not run)

TheJacksonLaboratory/sRACIPE_dev documentation built on May 7, 2019, 8:16 a.m.