Learn R Programming

rBiopaxParser (version 2.10.0)

getInstanceClass: 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.

Examples

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

Run the code above in your browser using DataLab