internal_getBiopaxModelAsDataFrame {rBiopaxParser} | R Documentation |
This internal function parses the Biopax XML of the supplied biopax model and returns it in the data.frame format.
internal_getBiopaxModelAsDataFrame(biopax, biopaxxml, verbose = TRUE)
biopax |
A biopax object |
biopaxxml |
Biopax XML file read in. See parseBiopax |
verbose |
logical |
Returns the parsed biopax model in the internal data.frame format.
Frank Kramer