compile.h: Generate hazard function

View source: R/functions.R

compile.hR Documentation

Generate hazard function

Description

This function dynamically builds the function get.h() that will be used to get the hazard vector.

Usage

compile.h(rct.lst, envir)

Arguments

rct.lst

list of biochemical reactions. A differentiation move from cell type "A" to cell type "B" must be coded as "A->B" Duplication of cell "A" must be coded as "A->1" Death of cell "A" must be coded as "A->0"

Value

No return value.


RestoreNet documentation built on May 29, 2024, 4 a.m.