removeInstance {rBiopaxParser} | R Documentation |
This function removes an instance from an existing biopax model.
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
# load data data(biopaxexample) biopax2 = removeInstance(biopax, 1)