Description Usage Arguments Details Value Examples
Converts BioPAX OWL file to extended binary SIF representation
1 |
inputFile |
a string with the name of the input BioPAX OWL file |
outputFile |
a string with the name of the output file for SIFNX information |
idType |
a string either "hgnc" or "uniprot" (DEFAULT: uniprot, more common) |
Information on SIF conversion is provided on the Pathway Commons site: http://www.pathwaycommons.org/pc2/. Also, this is a Java-based methods, it is best to use full paths.
see readSifnx()
1 2 | inputFile <- system.file("extdata", "raf_map_kinase_cascade_reactome.owl", package="paxtoolsr")
results <- toSifnx(inputFile=inputFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.