Skip to content

Last mirrored from https://github.com/mtefagh/sparseQFCA.jl.git on 2019-11-19T08:42:11.851-05:00 by @UnofficialJuliaMirrorBot via Travis job 481.47 , triggered by Travis cron job on branch "master"

License

Notifications You must be signed in to change notification settings

UnofficialJuliaMirror/sparseQFCA.jl-077cf62c-ad2d-5edd-99ec-638372f8b004

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sparseQFCA

Build Status Coverage Status codecov

sparseQFCA is a registered package for the sparse Quantitative Flux Coupling Analysis. The example data files S.csv and rev.csv are extracted from the core E. coli model.

Usage

certificates, blocked, fctable = QFCA(S, rev)

Inputs

  • S: the associated sparse stoichiometric matrix
  • rev: the boolean vector with trues corresponding to the reversible reactions

Outputs

  • certificates: the fictitious metabolites for the sparse positive certificates
  • blocked: the boolean vector with trues corresponding to the blocked reactions
  • fctable: the resulting flux coupling matrix

Quick Start

To get started, first run import Pkg; Pkg.add("sparseQFCA") to install the sparseQFCA package, and then see this Jupyter notebook for a demonstration on how to use it.

License

sparseQFCA is distributed under the GNU General Public License v3.0.

About

Last mirrored from https://github.com/mtefagh/sparseQFCA.jl.git on 2019-11-19T08:42:11.851-05:00 by @UnofficialJuliaMirrorBot via Travis job 481.47 , triggered by Travis cron job on branch "master"

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages