Description Usage Arguments Details Value Examples
Convert a BioPAX OWL file to a binary SIF file
1 |
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()
1 2 3 4 5 6 |
outFile <- tempfile()
results <- toSif(system.file("extdata", "raf_map_kinase_cascade_reactome.owl",
package="paxtoolsr"),
outFile)
|
Loading required package: rJava
Loading required package: XML
OpenJDK 64-Bit Server VM warning: Can't detect initial thread stack location - find_vma failed
2018-06-26 18:28:24,022 0 [main] INFO org.biopax.paxtools.PaxtoolsMain - toSif: not blacklisting ubiquitous molecules (no blacklist.txt found)
Warning message:
system call failed: Cannot allocate memory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.