removeInstance {rBiopaxParser}R Documentation

This function removes an instance

Description

This function removes an instance from an existing biopax model.

Usage

removeInstance(biopax, id)

Arguments

biopax

A biopax model

id

string. ID of the instance

Value

Returns the supplied biopax model with the instance removed from it.

Author(s)

Frank Kramer

Examples

 # load data
 data(biopaxexample)
 biopax2 = removeInstance(biopax, 1)

[Package rBiopaxParser version 2.34.0 Index]