hasProperty {rBiopaxParser} | R Documentation |
Checks if instances in the biopax data.table have a given property
hasProperty(df, property)
df |
A data.frame with biopax instances |
property |
A string containing the name of the property to check for |
Returns TRUE for every row in the data.frame with contains the supplied property. Logical vector with length corresponding to the number of rows in the data.frame.
Frank Kramer
# load data data(biopaxexample)