getReference: Download all the set of gene-associated stoichiometric...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/getReference.R

Description

This function downloads all the gene-associated stoichiometric reactions for a given organism from the KEGG database. If not valid organism identifier is given, all reactions from the KEGG database are downloaded. GPR are constructed using the KEGG KO association for each enzyme in a specific organism.

Usage

1
getReference(organism = "all", sep = ";")

Arguments

organism

A valid organism identifier for the KEGG database. List of valid organism identifiers are available in: http://rest.kegg.jp/list/organism. If no given, all KEGG stoichiometric reactions are downloaded.

sep

A character string to separate the terms.

Value

A data.frame with the following data associated to the stoichiometric reactions for a given organism:

Author(s)

Kelly Johana Botero <kjboteroo@unal.edu.co> - Mantainer: Daniel Camilo Osorio <dcosorioh@unal.edu.co>

See Also

The KEGG database webpage: http://www.genome.jp/kegg/

Examples

1
2
3
4
## Not run: 
getReference(organism = "hsa", sep = ";")

## End(Not run)

gibbslab/g2f documentation built on Dec. 10, 2020, 4:19 p.m.