Learn R Programming

rBiopaxParser (version 2.10.0)

internal_getBiopaxModelAsDataFrame: This internal function parses the Biopax XML of the supplied biopax model and returns it in the data.frame format.

Description

This internal function parses the Biopax XML of the supplied biopax model and returns it in the data.frame format.

Usage

internal_getBiopaxModelAsDataFrame(biopax, biopaxxml, verbose = TRUE)

Arguments

biopax
A biopax object
biopaxxml
Biopax XML file read in. See parseBiopax
verbose
logical

Value

Returns the parsed biopax model in the internal data.frame format.