convertIdentifiers {graphite} | R Documentation |
Converts the node identifiers of pathways.
If the option Ncpus
is set to a value larger than 1 and the package
parallel
is installed, the conversion procedure will automatically
use multiple cores.
convertIdentifiers(x, to)
x |
can be a list of pathways or a single pathway |
to |
a string describing the type of the identifier.
Can assume the values |
A Pathway
object.
r <- pathways("hsapiens", "reactome") convertIdentifiers(r$`mTORC1-mediated signalling`, "symbol")