Description Usage Arguments Details Value References Examples
This function will convert a BioPAX OWL file into the Systems Biology Graphical Notation (SBGN) Markup Language (SBGNML) XML representation
1 |
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
1 2 3 4 | 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.