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

Description Usage Arguments Details Value Author(s) Examples

View source: R/KEGGfunctions.R

Description

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

Usage

1

Arguments

code

Species code

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.

Value

A vector with pathways IDs and names.

Author(s)

Daniel Fischer

Examples

1
2
3
4
  ## Not run: 
  getKEGGPathwayOverview(code = "bta")
  
## End(Not run)

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