Learn R Programming

rBiopaxParser (version 2.10.0)

internal_propertyListToDF: Internal function to build a data.frame from the list of properties for a new instance

Description

Internal function to build a data.frame from the list of properties for a new instance

Usage

internal_propertyListToDF(class, id, properties, namespace_rdf = "rdf", biopaxlevel = 2)

Arguments

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.

Value

Returns a data.frame with the new properties for the given instance