Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Waschina committed Jan 3, 2024
1 parent f73d8a8 commit b760fae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ knitr::opts_chunk$set(
[![R-CMD-check](https://github.com/Waschina/cobrar/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Waschina/cobrar/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

The R package *cobrar* provides structures and functions for constraint-based metabolic network analysis, e.g. the prediction of metabolic fluxes using fluxes using Flux Balance Analysis (FBA). *cobrar* is inspired by the former by the former CRAN R package *sybil*[(1)](#R1).
The R package *cobrar* provides structures and functions for constraint-based metabolic network analysis, e.g. the prediction of metabolic fluxes using fluxes using Flux Balance Analysis (FBA). *cobrar* is inspired by the former CRAN R package *sybil*[(1)](#R1).

## Installation

Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
The R package *cobrar* provides structures and functions for
constraint-based metabolic network analysis, e.g. the prediction of
metabolic fluxes using fluxes using Flux Balance Analysis (FBA).
*cobrar* is inspired by the former by the former CRAN R package
*sybil*[(1)](#R1).
*cobrar* is inspired by the former CRAN R package *sybil*[(1)](#R1).

## Installation

Expand Down Expand Up @@ -126,8 +125,8 @@ but without oxygen to simulate an anoxic growth environment.
library(cobrar)
#> Loading required package: Matrix
#> cobrar uses...
#> - libSBML (v. 5.18.0)
#> - glpk (v. 4.65)
#> - libSBML (v. 5.19.0)
#> - glpk (v. 5.0)
fpath <- system.file("extdata", "e_coli_core.xml", package="cobrar")
mod <- readSBMLmod(fpath)

Expand Down

0 comments on commit b760fae

Please sign in to comment.