getInstanceClass {rBiopaxParser}R Documentation

This function returns the class name of the instance.

Description

This function returns the class name of the instance.

Usage

getInstanceClass(biopax, id)

Arguments

biopax

A biopax model

id

string

Value

Returns the class name of the biopax instance.

Author(s)

fkramer

Examples

 # load data
 data(biopaxexample)
 getInstanceClass(biopax, id="ex_m_100650")

[Package rBiopaxParser version 2.34.0 Index]