mech.model: mech.model

View source: R/mechmodel.R

mech.modelR Documentation

mech.model

Description

This fits the mechanistic model for iBAG

Usage

mech.model(
  mrna,
  data.list,
  sep = "_",
  other.name = "other",
  default.data.name = "data",
  DEBUG = FALSE,
  ...
)

Arguments

mrna

the mrna data. Look at iBAG::demo_mrna for example format

data.list

a list of the upstream data

sep

(_): the character value to use as a seperator

other.name

("other"): the string to use to label residuals from mechmodel

default.data.name

("data"): the string to use to label unnamed datasets from data.list

DEBUG

(FALSE): debug flag

...

extra arguments for the iBAG model


cvraut/iBAGpkg documentation built on July 26, 2022, 9:55 p.m.