Learn R Programming

CellNOptR (version 1.18.0)

defaultParameters: Create a list of default parameters

Description

This function provides a list of default parameters including the Genetic Algorithm parameters.

Usage

defaultParameters(data=NA, model=NA)

Arguments

data
a CNOlist structure, as created by makeCNOlist
model
a model structure, as created by readSIF, normally pre-processed but that is not a requirement of this function

Value

params
a list with the fields: data, model, verbose and all default parameters of gaBinaryT1

Details

The list contains the Genetic Algorithm parameter, a verbose option and can be used to store the Data and Model.

Examples

Run this code
data(ToyModel, package="CellNOptR")
data(CNOlistToy, package="CellNOptR")
params = defaultParameters(CNOlistToy, ToyModel)

Run the code above in your browser using DataLab