internal_generateXMLfromBiopax {rBiopaxParser} | R Documentation |
This function is used internally by writeBiopax. It can also be called directly with a fitting dataframe in list(df=data.frame()), but this will probably break things.
internal_generateXMLfromBiopax(biopax, namespaces = namespaces, verbose = TRUE)
biopax |
A biopax model |
namespaces |
A list of namespaces to use for the generated XML/RDF file |
verbose |
logical |
Returns the xmlTree generated from the supplied biopax model.
Frank Kramer