removeProperties {rBiopaxParser}R Documentation

This function removes a property

Description

This function removes a property fram an existing biopax instance.

Usage

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

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

[Package rBiopaxParser version 2.32.0 Index]