Learn R Programming

fbar (version 0.6.0)

expanded_to_reactiontbl: 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.