kcone_null: Gets the null-space for the given k-cone assuming that all...

Description Usage Arguments Value See Also Examples

Description

Gets the null-space for the given k-cone assuming that all reactions are irreversible.

Usage

1
kcone_null(s_matrix, m_terms)

Arguments

s_matrix

The stochiometric matrix to be used.

m_terms

The metabolic terms.

Value

A matrix containing the basis vectors in the columns.

See Also

polytope_basis for arbitrary reversibility constraints.

Examples

1
2
3
S <- matrix(c(1,0,0,1,-1,0, 0, -1), nrow=2)
rownames(S) = c('A', 'B')
K <- kcone_null(S, runif(ncol(S)))

cdiener/dycone documentation built on May 13, 2019, 2:41 p.m.