getClassProperties: This function returns the properties of the supplied biopax...

Description Usage Arguments Value Author(s) Examples

View source: R/biopax2Classes.R

Description

This function returns the properties of the supplied biopax class. It always considers inhertance. Every class inhertis the properties of its super classes. A table listing all available properties and their cardinalities (for Biopax Level 2).

Usage

1
getClassProperties(classname, biopaxlevel = 3)

Arguments

classname

A string containing a class name

biopaxlevel

Numeric. Specifies the Biopax Level to use.

Value

Returns a data.frame containing the properties and cardinalities of the supplied class

Author(s)

Frank Kramer

Examples

1
 getClassProperties("control")

frankkramer-lab/rBiopaxParser documentation built on July 19, 2020, 9:49 a.m.