Description Usage Arguments Value Examples
This function can download our pre-generated SBGN-ML files from GitHub repository.
1 | download.sbgn.file(pathway.id, download.folder = ".")
|
pathway.id |
The ID of pathway. It is a pathway database specific ID. For accepted pathway IDs, please check |
download.folder |
The output folder to store downloaded SBGN-ML files. |
A character string. The path to the downloaded SBGN-ML file.
1 2 3 4 5 | data("pathways.info")
data("sbgn.xmls")
input.sbgn = download.sbgn.file(
pathway.id = pathways.info[1,"pathway.id"],
download.folder = "./")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.