Description Usage Arguments Value Author(s) Examples
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
1 | createBiopax(level = 3)
|
level |
integer. Specifies the BioPAX level. |
A biopax model
Frank Kramer
1 | biopax = createBiopax(level=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.