Learn R Programming

GenomicTools (version 0.2.9.7)

getKEGGPathwayOverview: Get a list of pathways in a specific organism.

Description

This function gets a list of pathways in a specific organism.

Usage

getKEGGPathwayOverview(code)

Arguments

code

Species code

Value

A vector with pathways IDs and names.

Details

This function delievers a vector with KEGG pathway codes and names for a specific species. For a list of genes in a specific pathway, use the function getKEGGPathway.

Examples

Run this code
# NOT RUN {
  
# }
# NOT RUN {
  getKEGGPathwayOverview(code = "bta")
  
# }

Run the code above in your browser using DataLab