Usage
validate(inputFile, outputFile = NULL, type = c("xml", "html", "biopax"),
autoFix = FALSE, onlyErrors = FALSE, maxErrors = NULL,
notStrict = FALSE)
Arguments
inputFile
a string of the name of the input BioPAX OWL file
outputFile
a string of the name of the output file containing
validation results
type
a string denoting the type of output: xml (default), html, biopax
autoFix
a boolean that determines if the input file should be
fixed automatically. Errors that can be automatically fixed include
generating displayName properties from names, inferring organism, and
inferring dataSource
onlyErrors
a boolean of whether to only display errors
maxErrors
a integer denoting the number of errors to return
notStrict
a boolean of whether to be strict in validation (default: FALSE)