removeProperties: This function removes a property

Description Usage Arguments Value Author(s) Examples

View source: R/modifyBiopax.R

Description

This function removes a property fram an existing biopax instance.

Usage

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

Author(s)

Frank Kramer

Examples

1
2
3
 # load data
 data(biopaxexample)
 biopax2 = removeProperties(biopax, 1, "name") 

frankkramer-lab/rBiopaxParser documentation built on July 19, 2020, 9:49 a.m.