internal_propertyListToDF: Internal function to build a data.frame from the list of...

Description Usage Arguments Value Author(s)

View source: R/modifyBiopax.R

Description

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

Usage

1
2
3
4
5
6
7
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


frankkramer-lab/rBiopaxParser documentation built on July 19, 2020, 9:49 a.m.