downloadSbgnFile {SBGNview} | 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 = './')