internal_generateXMLfromBiopax: This function generates the xmlTree from the supplied biopax...

Description Usage Arguments Value Author(s)

View source: R/writeBiopax.R

Description

This function is used internally by writeBiopax. It can also be called directly with a fitting dataframe in list(df=data.frame()), but this will probably break things.

Usage

1
internal_generateXMLfromBiopax(biopax, namespaces = namespaces, verbose = TRUE)

Arguments

biopax

A biopax model

namespaces

A list of namespaces to use for the generated XML/RDF file

verbose

logical

Value

Returns the xmlTree generated from the supplied biopax model.

Author(s)

Frank Kramer


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