MRAmodelSet: Constructor for MRAmodelSet objects

Description Usage Arguments Value Author(s) See Also

Description

Build an MRAmodelSet, which contains all the information required to simulate a set of MRAmodels, ensuring that the sets of parameters are similar for all models

Usage

1
2
3
4
5
6
MRAmodelSet(nb_models = 1, model = NULL, design = NULL,
  structure = NULL, basal = matrix(), data = matrix(), cv = matrix(),
  parameters = vector(), bestfit = NA, name = c(), infos = c(),
  param_range = list(), lower_values = c(), upper_values = c(),
  unused_perturbations = c(), unused_readouts = c(), min_cv = 0.1,
  default_cv = 0.3)

Arguments

nb_models

Number of models in the set

model

An object of class Model

design

An object of class ExperimentalDesign

structure

An object of class ModelStructure

basal

A matrix describing the basal activity of the nodes in the network

data

An object of class Data

cv

A matrix containing the coefficient of variation of the data used to build the model

parameters

A vector containing the values of the parameters of the model

bestfit

The residual chi-2 value associated with the best fit

name

Name of the model

infos

Extra information on the model

param_range

Alternative parameters sets for the model

lower_values

Lower bound on the values of the parameters

upper_values

Upper bound on the values of the parameters

unused_perturbations

Perturbations from the data file that have not been used for the fitting

unused_readouts

Readouts from the data file that have not been used for the fitting

Value

An MRAmodelSet object

Author(s)

Mathurin Dorel dorel@horus.ens.fr

See Also

createModel


MathurinD/STASNet documentation built on May 28, 2019, 1:50 p.m.