Description Usage Arguments Details Value See Also Examples
View source: R/integrateBiopax.R
This function merges two BioPAX OWL files
1 | integrateBiopax(inputFile1, inputFile2, outputFile = NULL)
|
inputFile1 |
a string of the name of the input BioPAX OWL file |
inputFile2 |
a string of the name of the input BioPAX OWL file |
outputFile |
a string of the name of the output integrated BioPAX OWL file |
This method is deprecated. Use mergeBiopax instead.
an XMLInternalDocument representing a BioPAX OWL file
1 2 3 4 5 | outFile <- tempfile()
results <- integrateBiopax(system.file("extdata", "raf_map_kinase_cascade_reactome.owl",
package="paxtoolsr"),
system.file("extdata", "dna_replication.owl", package="paxtoolsr"),
outFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.