keggList: Get KEGG Database or Entry List

Description Usage Arguments Value Examples

Description

Returns a list of entry identifiers and associated definition for a given database or a given set of database entries.

Usage

1
keggList(keywords)

Arguments

x

string. Database(s) or entry[ies], using '+' to join.

Value

dataframe. The table of particular contents.

Examples

1
2
3
4
5
6
7
8
# returns the list of reference pathways
keggList('pathway')

# returns the list of human pathways
keggList('pathway/hsa')

# returns the list of a human gene and an E.coli O157 gene
keggList('hsa:10458+ece:Z5100')

VonWebEinstein/keggAPI documentation built on May 9, 2019, 10:02 p.m.