An open API service indexing awesome lists of open source software.

https://github.com/sysbiochalmers/sybil

Efficient Constrained Based Modelling in R
https://github.com/sysbiochalmers/sybil

Last synced: 11 months ago
JSON representation

Efficient Constrained Based Modelling in R

Awesome Lists containing this project

README

          

# sybil - Efficient Constrained Based Modelling in R

The package `sybil` is a Systems Biology Library for R, implementing algorithms for constraint based analyses of metabolic networks (e.g. flux-balance analysis (FBA), minimization of metabolic adjustment (MOMA), regulatory on/off minimization (ROOM), robustness analysis and flux variability analysis).

### Installation

For various reasons, `sybil` is temporarily not available on CRAN anymore. Until then, use the following commands in the R console to install this package:

```R
install.packages("remotes")
remotes::install_github("SysBioChalmers/sybil")
```

### Cite us

If you use _sybil_ in your work, please cite:
> Gelius-Dietrich _et al_. sybil – Efficient constraint-based modelling in R. BMC Syst Biol 7, 125 (2013). doi: [10.1186/1752-0509-7-125](https://doi.org/10.1186/1752-0509-7-125)

### Contact

If you're facing any problems, please open an [issue](https://github.com/SysBioChalmers/sybil/issues/new) or a [discussion](https://github.com/SysBioChalmers/sybil/discussions/new) or join the [![join the chat at https://gitter.im/SysBioChalmers/sybil](https://badges.gitter.im/SysBioChalmers/sybil.svg)](https://gitter.im/SysBioChalmers/RAVEN?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge).


_Note_: This repository was previously hosted at https://gitlab.cs.uni-duesseldorf.de/general/ccb/sybil.