Description Usage Arguments Value Author(s)
Internal function to build a data.frame from the list of properties for a new instance
1 2 3 4 5 6 7 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.