Rdocumentation
powered by
Learn R Programming
rBiopaxParser (version 2.10.0)
removeProperties: This function removes a property
Description
This function removes a property fram an existing biopax instance.
Usage
removeProperties(biopax, id, properties)
Arguments
biopax
A biopax model
id
string. ID of the instance
properties
character vector. listing the properties to remove.
Value
Returns the supplied biopax model with properties removed from this instance.