Learn R Programming

protti (version 0.9.0)

fetch_kegg: Fetch KEGG pathway data from KEGG

Description

Fetches gene IDs and corresponding pathway IDs and names for the provided organism.

Usage

fetch_kegg(species)

Value

A data frame that contains gene IDs with corresponding pathway IDs and names for a selected organism.

Arguments

species

a character value providing an abreviated species name. "hsa" for human, "eco" for E. coli and "sce" for S. cerevisiae. Additional possible names can be found for eukaryotes and for prokaryotes.

Examples

Run this code
# \donttest{
kegg <- fetch_kegg(species = "hsa")

head(kegg)
# }

Run the code above in your browser using DataLab