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.

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.

Author(s)

Frank Kramer


[Package rBiopaxParser version 2.22.0 Index]