Category (version 2.38.0)

getPathNames: A function to print pathway names given their numeric ID.

Description

Given a KEGG pathway ID this function returns the character name of the pathway.

Usage

getPathNames(iPW)

Arguments

iPW
A vector of KEGG pathway IDs.

Value

A list of pathway names.

Details

This function simply does a look up in KEGGPATHID2NAME and returns a list of the pathway names.

Possible extensions would be to extend it to work with the cMAP library as well.

See Also

KEGGPATHID2NAME

Examples

Run this code

 nms = "00031"
 getPathNames(nms) 

Run the code above in your browser using DataLab