toLevel3 | R Documentation |
This file will convert PSIMI or older BioPAX objects to BioPAX Level 3
toLevel3(inputFile, outputFile = NULL)
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
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.