checkModelSet: Check if a ModelSet exists or create it

Description Usage

View source: R/caching.R

Description

Check if a ModelSet exists or create it

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
checkModelSet(
  fname,
  model_links,
  basal_file,
  data.stimulation,
  data.variation = c(),
  nb_cores = 1,
  inits = 1000,
  perform_plots = F,
  method = "geneticlhs",
  unused_perturbations = c(),
  unused_readouts = c(),
  MIN_CV = 0.1,
  DEFAULT_CV = 0.3,
  model_name = "default",
  data_space = "linear"
)

MathurinD/knitHelpersSTASNet documentation built on March 26, 2021, 7:43 p.m.