list_species: list_species

Description Usage Arguments Value Examples

View source: R/list_species.R

Description

The function returns the all currently availabe datasets in the KEGG databse. In addition, a search term can be passed to the function to find a particular organism.
The searching term is not case sensitive.

Usage

1
list_species(key_word)

Arguments

key_word

A not case sensitive string.

Value

A data frame of two columns, the first one is the dataset abbreviation and the second is the scientific name of the species.

Examples

1
2
a <- list_species("arachis")
a <- list_species()

w-korani/keggseq documentation built on May 3, 2019, 7:10 p.m.