Description Usage Arguments Value See Also Examples
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.
1 | 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.
1 2 | r <- pathways("hsapiens", "reactome")
convertIdentifiers(r$`mTORC1-mediated signalling`, "symbol")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.