addUPKBLayer | R Documentation |
Add a protein layer to a mully graph
addUPKBLayer(
g,
up,
proteinList,
col = c("UniProtKB", "protein_name", "organism_name")
)
g |
The mully graph |
up |
The UniProt.ws Object |
proteinList |
The list of UniProt Ids of the proteins to be added |
col |
The list of attributes associated to the UniProtKB Entries to be retrieved |
The mully graph with the added UniProt layer
Should be preceded by UniProt.ws() to get the UniProt.ws Object
## Not run:
up=UniProt.ws()
g=mully("UniProt")
g=addUPKBLayer(g,up,proteinList=c("P02747","P00734","P07204"),col=c("UniProtKB","protein_name"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.