removeProperties {rBiopaxParser} | R Documentation |
This function removes a property fram an existing biopax instance.
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