toLevel3: Convert a PSIMI or older BioPAX OWL file to BioPAX Level 3

Description Usage Arguments Value Examples

View source: R/toLevel3.R

Description

This file will convert PSIMI or older BioPAX objects to BioPAX Level 3

Usage

1
toLevel3(inputFile, outputFile = NULL)

Arguments

inputFile

a string of the name of the input file

outputFile

a string of the name of the output BioPAX OWL file

Value

an XMLInternalDocument representing a BioPAX OWL file

Examples

1
2
3
4
inputFile <- system.file("extdata", "raf_map_kinase_cascade_reactome.owl", 
  package="paxtoolsr")
outFile <- tempfile()
results <- toLevel3(inputFile, outFile) 

paxtoolsr documentation built on Nov. 8, 2020, 8:29 p.m.