internal_XMLInstance2DF {rBiopaxParser} | R Documentation |
This function is an internal function that parses a Biopax XMLNode. Do not call it manually.
internal_XMLInstance2DF(myXMLNode, namespace_rdf, ret, rowcount)
myXMLNode |
XMLNode |
namespace_rdf |
String specifying the namespace to use for rdf:resource and rdf:datatype |
ret |
data.table object contaning the already parsed data to attach this instance to |
rowcount |
Numeric specifying the row at which further parsed data is inserted into the data.table |
Returns a list contianing the new rowcount and the instance id of the added instance
Frank Kramer