Description Usage Arguments Value Examples
View source: R/download.utilities.R
This function will download a SBGN-ML file from our pre-collected SBGN-ML files given the 'pathway.id' argument.
1 | downloadSbgnFile(pathway.id, download.folder = "./")
|
pathway.id |
A character string. The ID of pathway. For accepted pathway IDs, please check |
download.folder |
A character string. Default: "./". The output folder to store created SBGN-ML files. |
A vector of character strings. The path to the created SBGN-ML files.
1 2 3 4 | data("pathways.info")
data("sbgn.xmls")
input.sbgn <- downloadSbgnFile(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.