writeBiopax_Rancho: Write BioPAX Object to File

Description Usage Arguments Author(s)

Description

Writes a BioPAX object to the XML (*.owl) file. Standard writeBiopax function from package rBiopaxParser has poor performance that is felt for anything larger than 10,000 lines.

Usage

1
2
3
4
5
writeBiopax_Rancho(biopax
                  ,filename = NULL
                  ,overwrite = FALSE
                  ,biopaxlevel=3
                  ,namespaces=NULL)

Arguments

biopax

biopax object.

filename

desired filename to produce. If NULL, the name will be generated automatically.

overwrite

logical. Overwrite?

biopaxlevel

either 2 or 3. Affects the namespaces.

namespaces

just in case custom namespaces are desired.

Author(s)

Ivan Grishagin


grishagin/RIGbiopax documentation built on May 24, 2019, 1:33 a.m.