get.V: Net-effect matrix

View source: R/functions.R

get.VR Documentation

Net-effect matrix

Description

This function builds the net-effect matrix V.

Usage

get.V(rct.lst)

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

The net-effect matrix V


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

Related to get.V in RestoreNet...