Code Monkey home page Code Monkey logo

gibbslab / minval Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 1.0 7.27 MB

An R package to identify orphan metabolites and evaluate the mass and charge balance of stoichiometric reactions. The package also includes functions to characterize and write models in TSV and SBML formats, extract all reactants, products, metabolite names and compartments from a metabolic reconstruction.

R 100.00%
bioinformatics stoichiometric-reactions cran metabolism metabolic-models mass-balance charge-balance sbml minval

minval's Introduction

minval : an R package for MINimal VALidation of stoichiometric reactions

The genome-scale metabolic reconstructions, a compilation of all stoichiometric reactions that can describe the entire cellular metabolism of an organism, have become an indispensable tool for our understanding of biological phenomena, covering fields that range from systems biology to bioengineering. Evaluation of metabolic reconstructions are generally carried through Flux Balance Analysis, an optimization method where the biological sense of optimal solution is sensitive to thermodynamic unbalance, caused by the presence of stoichiometric reactions whose compounds are not produced or consumed in any other reaction (orphan metabolites) and by mass unbalanced stoichiometric reactions. The MINVAL package was designed as a tool to identify orphan metabolites and evaluate the mass and charge balance of stoichiometric reactions. MINVAL package also includes functions to characterize and write models in TSV and SBML formats, extract all reactants, products, metabolite names and compartments from a metabolic reconstruction.

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:

# Install 'minval' package
devtools::install_github("gibbslab/minval")
library("minval")

Available functions:

Function Description
characterizeReactions Characterize stoichiometric reactions by compartments and reaction type
checkBalance Evaluate the mass or charge balance for a set of stoichiometric reactions
compartments Extract the compartments associated to metabolites of a set of stoichiometric reactions
downloadChEBI Download the ChEBI database
metabolites Identify the list of metabolites for a set of stoichiometric reactions
orphanMetabolites Identify the orphan metabolites of a set of stoichiometric reactions
products Identify the products of a stoichometric reaction
reactants Identify the reactants of a stoichometric reaction
stoichiometricMatrix Build the stoichiometric matrix for a set of stoichiometric reactions
validateSyntax Evaluate if a stoichiometric reaction has a valid syntax
writeSBMLmod Write a model in SBML format
writeTSVmod Write a model in TSV format for the 'sybil' R package

Citation

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.