multipath | R Documentation |
Generate Multipath Graph from General Data
multipath(
name = "Multipath",
up = NA,
proteinList = NA,
data = NA,
drugList = NA
)
name |
The name of the graph to be generated |
up |
The Uniprot.ws() object |
proteinList |
The list of proteins of which the interactions should be retrieved |
data |
The dataframe containing the parsed information of DrugBank. This argument can be obtained using the function loadDBXML(DrugBankFile) |
drugList |
The list of DrugBank Ids of the drugs. This argument can be either a string (one drug) or a list of strings (multiple drugs) |
A mully graph with the added data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.