Learn R Programming

rBiopaxParser (version 2.10.0)

checkValidity: This function checks the supplied biopax model for validity.

Description

This function checks the supplied biopax model for validity, concerning classes, properties, etc. Not yet implemented. Called internally by writeBiopax.

Usage

checkValidity(biopax)

Arguments

biopax
A biopax model

Value

logical. Returns TRUE is the biopax model is valid Biopax Level 2, or FALSE otherwise.