Learn R Programming

⚠️There's a newer version (0.8-2) of this package.Take me there.

minval

A package to evaluate the mass balance and extract all reactants, products, orphan metabolites, metabolite names and compartments of stoichiometric reactions. Also are included some options to check the compound names associated to ChEBI database.

Install:

This package required R version 2.10 or higher. If you are using an older version of R you will be prompted to upgrade when you try to install the package.

The official release of minval is available on CRAN. To install from CRAN, use the following command:

install.packages("minval", dependencies=TRUE)

If you have devtools installed, install the latest stable version this package directly from GitHub:

library(devtools)
install_github("dosorio/minval")
library(minval)

Available functions:

FunctionDescription
chebi.candidatesReturns the possible ChEBI names based on compound synonyms
chebi.formulaReturns the molecular formula associated to a ChEBI compound name
chebi.idReturns the ChEBI id asociated to a compound name
compartmentsIdentifies the compartments for a set of metabolites
is.chebiEvaluates if a compound name is a ChEBI name
is.validsyntaxEvaluates if a stoichiometric reaction has a valid syntax
metabolitesIdentifies the list of unique metabolites for a set of stoichiometric reactions
orphan.productsIdentifies the orphan products for a set of stoichometric reactions
orphan.reactantIdentifies the orphan reactants for a set of stoichometric reactions
productsIdentifies the products for a stoichometric reaction
reactantsIdentifies the reactants for a stoichometric reaction
toChEBITranslates compounds names to ChEBI ids or molecular formulas in a stoichiometric reaction
unbalancesEvaluates if a stoichiometric reaction is mass-balanced

Available datasets

CodeDescription
chebiPublic data from ChEBI database release 136
gluglnStoichiometric reactions from the reconstructon of the glutamate/glutamine cycle

Citation

Daniel Osorio, Janneth Gonzalez and Andres Pinzon-Velasco (2016). minval: MINimal VALidation for Stoichiometric Reactions. R package version 0.1. https://CRAN.R-project.org/package=minval

Copy Link

Version

Install

install.packages('minval')

Monthly Downloads

82

Version

0.4

License

GPL-2

Maintainer

Daniel Osorio

Last Published

May 18th, 2016

Functions in minval (0.4)

is.validsyntax

Evaluates if a stoichiometric reaction has a valid syntax
is.chebi

Evaluates if a compound name is a ChEBI name
reactants

Identifies the reactants for a stoichometric reaction
chebi.candidates

Returns the possible ChEBI names based on compound synonyms
chebi.formula

Returns the molecular formula associated to a ChEBI compound name
unbalanced

Evaluates if a stoichiometric reaction is mass-balanced
chebi

Public data from ChEBI database release 136
chebi.id

Returns the ChEBI id asociated to a compound name
toChEBI

Translates compounds names to ChEBI ids in a stoichiometric reaction
minval-package

MINimal VALidation for Stoichiometric Reactions
glugln

Stoichiometric reactions from the reconstructon of the glutamate/glutamine cycle
metabolites

Identifies the list of unique metabolites for a set of stoichiometric reactions
products

Identifies the products for a stoichometric reaction
orphan.reactants

Identifies the orphan reactants for a set of stoichometric reactions
compartments

Identifies the compartments for a set of metabolites
orphan.products

Identifies the orphan products for a set of stoichometric reactions