Learn R Programming

rBiopaxParser (version 2.10.0)

createBiopax: This function creates a new Biopax model from scratch

Description

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:
df
The data.frame representing the biopax in R

ns_rdf
RDF Namespace
ns_owl
OWL Namespace

ns_bp
Biopax Namespace
file
NULL

Usage

createBiopax(level = 3)

Arguments

level
integer. Specifies the BioPAX level.

Value

A biopax model

Examples

Run this code
biopax = createBiopax(level=2)

Run the code above in your browser using DataLab