Description Usage Arguments Value Author(s) Examples
This function removes a property fram an existing biopax instance.
1 | removeProperties(biopax, id, properties)
|
biopax |
A biopax model |
id |
string. ID of the instance |
properties |
character vector. listing the properties to remove. |
Returns the supplied biopax model with properties removed from this instance.
Frank Kramer
1 2 3 | # load data
data(biopaxexample)
biopax2 = removeProperties(biopax, 1, "name")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.