Learn R Programming

rBiopaxParser (version 2.10.0)

hasProperty: Checks if instances in the biopax data.table have a given property

Description

Checks if instances in the biopax data.table have a given property

Usage

hasProperty(df, property)

Arguments

df
A data.frame with biopax instances
property
A string containing the name of the property to check for

Value

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.