Description Usage Arguments Value Author(s) Examples
Checks if instances in the biopax data.table have a given property
1  | 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
1 2  |  # load data
 data(biopaxexample)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.