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

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/catcode.R

Description

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

Usage

1

Arguments

iPW

A vector of KEGG pathway IDs.

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.

Value

A list of pathway names.

Author(s)

R. Gentleman

See Also

KEGGPATHID2NAME

Examples

1
2
 nms = "00031"
 getPathNames(nms) 

Category documentation built on Nov. 8, 2020, 10:58 p.m.