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

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
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.

Author(s)

Frank Kramer

Examples

1
2
 # load data
 data(biopaxexample)

rBiopaxParser documentation built on Nov. 8, 2020, 8:21 p.m.