fetch_kegg | R Documentation |
Fetches gene IDs and corresponding pathway IDs and names for the provided organism.
fetch_kegg(species)
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. |
A data frame that contains gene IDs with corresponding pathway IDs and names for a selected organism.
kegg <- fetch_kegg(species = "hsa")
head(kegg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.