getExternalIDs | R Documentation |
Get External Database IDs of nodes
getExternalIDs(biopax, nodes, database = NULL)
biopax |
The biopax object |
nodes |
The list of internal IDs of the nodes |
database |
The name of the database. If missing, the list of all external ids of all databases will be returned. |
A dataframe with the mappings between the internal and external IDs
## Not run:
biopax=readBiopax(pi3k.owl)
getExternalIDs(wntBiopax,c("Protein1","Protein2"),"UniProt")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.