graph (version 1.50.0)

convertIdentifiers: Convert the node identifiers of a pathway.

Description

Converts the node identifiers of pathways.

Usage

convertIdentifiers(x, to)

Arguments

x
can be a list of pathways or a single pathway
to
a string describing the type of the identifier. Can assume the values "entrez", "symbol" or the name of one of the columns provided by an Annotation package (for example, "UNIPROT").

Value

  • A Pathway object.

See Also

Pathway

Examples

Run this code
r <- pathways("hsapiens", "reactome")
  convertIdentifiers(r$`mTOR signalling`, "symbol")

Run the code above in your browser using DataLab