Description Usage Arguments Value Author(s) Examples
This function adds new properties to an existing biopax instance.
1  | addPropertiesToBiopaxInstance(biopax, id, properties)
 | 
biopax | 
 A biopax model  | 
id | 
 string. ID of the instance  | 
properties | 
 named list of properties.  | 
Returns the supplied biopax model with new properties added to this instance.
Frank Kramer
1 2 3 4 5  | biopax = createBiopax(level=2)
biopax = addBiopaxInstance(biopax, class="protein", id="id1", properties=list(NAME="protein1",SYNONYMS="p1"))
biopax$dt
biopax = addPropertiesToBiopaxInstance(biopax, id="id1", properties=list(COMMENT="this is my first protein!"))
biopax$dt
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.