Learn R Programming

graphite (version 1.12.0)

convertIdentifiers: Convert the node identifiers of a pathway.

Description

Converts the node identifiers of a pathway to either Entrez Genes of Gene Symbols.

Usage

convertIdentifiers(pathway, type)

Arguments

pathway
a pathway from biocarta, kegg, nci or reactome.
type
the type of identifier: either "entrez" or "symbol".

Value

A pathway object.

See Also

biocarta

kegg

nci

reactome

pathway-class

Examples

Run this code
convertIdentifiers(reactome$`mTOR signalling`, type="symbol")

Run the code above in your browser using DataLab