View source: R/integrateBiopax.R
integrateBiopax | R Documentation |
This function merges two BioPAX OWL files
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
mergeBiopax
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.