checkModel: Load model from cache

Description Usage

View source: R/caching.R

Description

Check if a model is cached and load it if it is, compute it otherwise

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
checkModel(
  fname,
  model_links,
  basal_file,
  data.stimulation,
  data.variation = "",
  nb_cores = 1,
  inits = 1000,
  perform_plots = F,
  precorrelate = T,
  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.