View source: R/download.utilities.R
downloadSbgnFile | R Documentation |
This function will download a SBGN-ML file from our pre-collected SBGN-ML files given the 'pathway.id' argument.
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.
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.