Learn R Programming

sybil (version 2.0.0)

singletonMetabolites-methods: Identify Singleton Metabolites

Description

Search a metabolic network for metabolites, which appear only once in the stoichiometric matrix.

Usage

# S4 method for modelorg
singletonMetabolites(object,tol,retIds)

Arguments

object

An object of class '>modelorg.

tol

A numeric tolerance value: an entry of the stoichiometric matrix \(s_ij\) is considered to be non-zero if \(abs(s_ij) > tol\) is TRUE. Default: SYBIL_SETTINGS("TOLERANCE").

retIds

Boolean. If set to TRUE, a list containing metabolite id's will be returned, otherwise a list of logical vectors. Default: TRUE.

Value

A list will be returned:

smet

singleton metabolites

sreact

reactions containing singleton metabolites

Methods

signature(object = "modelorg")

method to use with class '>modelorg.

See Also

Class '>modelorg and readTSVmod.