rebuildModelSet: Import a saved set of models with data files to construct a...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/create_model.R

Description

Build a fitted modelSet object from the individual .mra files, and import data for this modelSet Does NOT perform any initialisation

Usage

1
2
rebuildModelSet(model_files, data_files, var_files = c(),
  rearrange = "no")

Arguments

model_files

A list of .mra files containing the information on the models, or a named list of read in mra Files with readLines

data_files

A list of .csv files with the data for the models or a named list of read in data files with extractMIDAS

var_files

A list of .var files with the variation of the data or a named list of read in var files with extractMIDAS

Value

An MRAmodelSet object describing the modelSet and its best fit, containing the data

Author(s)

Bertram Klinger bertram.klinger@charite.de

See Also

rebuildModel, createModelSet

Examples

1
2
3
4
## Not run: 
rebuildModelSet(c("model1.mra",model2.mra), c("data1.csv","data2.csv"), c("data1.var","data2.var"))

## End(Not run)

molsysbio/STASNet documentation built on May 29, 2019, 5:45 a.m.