Description Usage Arguments Value Examples
This file will convert PSIMI or older BioPAX objects to BioPAX Level 3
1 |
inputFile |
a string of the name of the input file |
outputFile |
a string of the name of the output BioPAX OWL file |
an XMLInternalDocument representing a BioPAX OWL file
1 2 3 4 | inputFile <- system.file("extdata", "raf_map_kinase_cascade_reactome.owl",
package="paxtoolsr")
outFile <- tempfile()
results <- toLevel3(inputFile, outFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.