Learn R Programming

GenomicTools (version 0.2.9.7)

getKEGGPathway: Get a list of genes in a specific KEGG pathway.

Description

This function gets a list of organisms in the KEGG database.

Usage

getKEGGPathway(pathway)

Arguments

pathway

Pathway name

Value

A vector with pathways genes and entries. For a overview of all availabl pathway names in a specific organism use the getKEGGPathwayOverview function.

Details

This function delievers a vector with KEGG pathway information.

Examples

Run this code
# NOT RUN {
  
# }
# NOT RUN {
  getKEGGPathway(pathway = "bta00620")
  
# }

Run the code above in your browser using DataLab