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