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

Description Usage Arguments Details Value Author(s) Examples

View source: R/KEGGfunctions.R

Description

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

Usage

1
  getKEGGPathway(pathway)

Arguments

pathway

Pathway name

Details

This function delievers a vector with KEGG pathway information.

Value

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

Author(s)

Daniel Fischer

Examples

1
2
3
4
  ## Not run: 
  getKEGGPathway(pathway = "bta00620")
  
## End(Not run)

GenomicTools documentation built on March 13, 2020, 3:08 a.m.