internal_propertyListToDF {rBiopaxParser} | R Documentation |
Internal function to build a data.frame from the list of properties for a new instance
internal_propertyListToDF( class, id, properties, namespace_rdf = "rdf", biopaxlevel = 2 )
class |
string. Class name |
id |
string. ID of the instance |
properties |
named list of properties. |
namespace_rdf |
string. This defines the rdf namespace to use. |
biopaxlevel |
integer. This sets the version of BioPAX to generate, level 2 and level 3 are supported at the moment. |
Returns a data.frame with the new properties for the given instance
Frank Kramer