createBiopax {rBiopaxParser} | R Documentation |
This function creates a new Biopax model from scratch. This is not necessary if you want to parse a BioPAX export from a file, please see: readBiopax. Returns a biopax model, which is a list with named elements:
The data.frame representing the biopax in R
RDF Namespace
OWL Namespace
Biopax Namespace
NULL
createBiopax(level = 3)
level |
integer. Specifies the BioPAX level. |
A biopax model
Frank Kramer
biopax = createBiopax(level=2)