bget: Client-side interface to obtain KEGG database entries by a...

Description Usage Arguments Value Author(s) References Examples

View source: R/KEGGREST.R

Description

bget is used for retrieving KEGG database entries specified by a list of entry identifiers. It accepts all the KEGG bget commond line options as a character string.

Usage

1
bget(bget.command)

Arguments

bget.command

bget.command a character string of KEGG bget command

Value

a character string of KEGG bget search result.

Author(s)

Kozo Nishida

References

http://www.kegg.jp/kegg/docs/keggapi.html

Examples

1
2
  # retrieve two KEGG/GENES entries
	bget(c("hsa:10458", "ece:Z5100"))

kozo2/keggapi documentation built on May 20, 2019, 1:11 p.m.