mergeBiopax | R Documentation |
This function merges two BioPAX OWL files
mergeBiopax(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 merged BioPAX OWL file (Optional) |
Only entities that share IDs will be merged. No additional merging occurs on cross-references. Merging may result in warning messages caused as a result of redundant actions being checked against by the Java library; these messages may be ignored.
an XMLInternalDocument representing a BioPAX OWL file
outFile <- tempfile() results <- mergeBiopax(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.