internal_propertyListToDF {rBiopaxParser}R Documentation

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

Author(s)

Frank Kramer


[Package rBiopaxParser version 2.24.0 Index]