Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

singletonMetabolites-methods

Identify Singleton Metabolites


Description

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

Usage

## S4 method for signature '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.

Author(s)

Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>

Maintainer: Mayo Roettger <mayo.roettger@hhu.de>

See Also

Class modelorg and readTSVmod.


sybil

Efficient Constrained Based Modelling

v2.1.5
GPL-3 | file LICENSE
Authors
Mayo Roettger [cre], Gabriel Gelius-Dietrich [aut], C. Jonathan Fritzemeier [ctb], Rajen Piernikarczyk [ctb], Marc Andre Daxer [ctb], Benjamin Braasch [ctb], Abdelmoneim Desouki [ctb], Martin J. Lercher [ctb]
Initial release
2019-03-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.