extractGeneAssociations:
Extract informations on genes from a given database
Description
Extracts all information on genes associated to reactions from an rsbml document containing a
metabolic reconstruction database (e.g. Recon2).
The associated information is parsed from the "" tag of each
reaction's SBML representation.
Usage
extractGeneAssociations(database)
Arguments
database
an object of class SBMLDocument
Value
a list with length being the number of reactions
in the database passed as argument each entry containing a
character containing the assiciated gene identifiers
and the reaction IDs as names. For reactions without gene
annotation, the list will contain NA.