getClassProperties {rBiopaxParser} | R Documentation |
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).
getClassProperties(classname, biopaxlevel = 3)
classname |
A string containing a class name |
biopaxlevel |
Numeric. Specifies the Biopax Level to use. |
Returns a data.frame containing the properties and cardinalities of the supplied class
Frank Kramer
getClassProperties("control")