exportEventFile | R Documentation |
Export Reactome pathway diagrams in SBGN or SBML format.
exportEventFile(
id,
format = c("sbgn", "sbml"),
writeToFile = TRUE,
file = NULL
)
id |
a stable or db id of an Event (Pathway or Reaction) |
format |
either in "sbgn" (SBGN, Systems Biology Graphical Notation) or "sbml" (SBML, Systems Biology Markup Language) |
writeToFile |
If set to |
file |
full path of the output file |
a character object with the content of SBGN/SBML for a given id, or a SBGN/SMBL file saved into the specified path. If the output is empty character or list, please check on ContentService or contact HelpDesk help@reactome.org.
Other exporter:
exportImage()
exportEventFile("R-HSA-432047", "sbgn", writeToFile=FALSE)
## Not run: exportEventFile("R-HSA-68616", "sbml", file="orc.assembly.sbml")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.