getPetriNetMatrices: Converts a bipartite biochemical network graph into a matrix...

Description Usage Arguments Value

View source: R/PathFlow.R

Description

Converts a bipartite biochemical network graph into a matrix reflecting pre transition edges, a matrix reflecting post transition edges, and an incidence matrix, which equals post - pre.

Usage

1

Arguments

g

An igraph object. This must have a vertex attribute called "type" that labels each vertex as either a "place" or "transition"

Value

A named list containing the "pre", "post", and "S" matrices


robertness/pathflow documentation built on May 27, 2019, 10:33 a.m.