toSif | R Documentation |
Convert a BioPAX OWL file to a binary SIF file
toSif(inputFile, outputFile = NULL)
inputFile |
a string of the name of the input BioPAX OWL file |
outputFile |
a string of the name of the output SIF file (Optional) |
Information on SIF conversion is provided on the Pathway Commons site: http://www.pathwaycommons.org/pc2/
see readSif()
outFile <- tempfile() results <- toSif(system.file("extdata", "raf_map_kinase_cascade_reactome.owl", package="paxtoolsr"), outFile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.