Learn R Programming

rBiopaxParser (version 2.10.0)

getSubClasses: This function returns the subclasses of the supplied biopax class.

Description

This function returns the subclasses of the supplied biopax class.

Usage

getSubClasses(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 subclasses of the supplied class

Examples

Run this code
getSubClasses("control")

Run the code above in your browser using DataLab