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

View source: R/KEGGfunctions.R

getKEGGPathwayOverviewR Documentation

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

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

  ## Not run: 
  getKEGGPathwayOverview(code = "bta")
  
## End(Not run)

fischuu/GenomicTools documentation built on April 30, 2023, 7:53 p.m.