Learn R Programming

BiGGR (version 1.8.0)

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.

References

Thiele, I. et al. Nat Biotech, 2013

See Also

buildSBMLFromGenes

Examples

Run this code

data("Recon2")
database <- Recon2
gene.info <- extractGeneAssociations(database)

Run the code above in your browser using DataLab