Learn R Programming

rBiopaxParser (version 2.10.0)

getSuperClasses: This function returns the superclasses of the supplied biopax class.

Description

This function returns the superclasses of the supplied biopax class.

Usage

getSuperClasses(classname, biopaxlevel = 3)

Arguments

classname
A string containing a class name
biopaxlevel
Numeric. Specifies the Biopax Level to use.

Value

Returns character vector containing the superclasses of the supplied class

Examples

Run this code
getSuperClasses("control")

Run the code above in your browser using DataLab