expanded_to_reactiontbl {fbar}R Documentation

Convert intermediate expanded format back to a reaction table

Description

Useful for saving a new or edited model

Usage

expanded_to_reactiontbl(expanded)

Arguments

expanded

A list of data frames:

  • rxns, which has one row per reaction,

  • mets, which has one row for each metabolite, and

  • stoich, which has one row for each time a metabolite appears in a reaction.

Value

A data frame describing the metabolic model.


[Package fbar version 0.6.0 Index]