toSBGN | R Documentation |
This function will convert a BioPAX OWL file into the Systems Biology Graphical Notation (SBGN) Markup Language (SBGNML) XML representation
toSBGN(inputFile, outputFile = NULL)
inputFile |
a string of the name of the input BioPAX OWL file |
outputFile |
a string of the name of the output SBGNML file |
Objects in the SBGNML format are laid out using a Compound Spring Embedder (CoSE) layout
see readSbgn()
http://www.cs.bilkent.edu.tr/~ivis/layout/cose-animated-demo/cose.html
outFile <- tempfile() results <- toSBGN(system.file("extdata", "biopax3-short-metabolic-pathway.owl", package="paxtoolsr"), outFile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.