Closed moldach closed 3 years ago
@moldach Welcome to Ontologies - unfortunately it's not the easiest thing to work with in R. rBiopaxParser is actually skipping the OWL definitions and going down to XML level (using the XML package) to parse files which abide to XML- AND OWL- AND Biopax-format. Everything else will break. If you want to take the XML road as well take a look at the code in the parseBiopax.R file.
rBiopaxParser is actually skipping the OWL definitions and going down to XML level (using the XML package) to parse files which abide to XML- AND OWL- AND Biopax-format. Everything else will break.
Are you saying these files do not abide to XML and OWL format? That rBiopaxParser is breaking because of this?
@moldach I'm saying the files do not abide to XML and OWL and BioPAX. That's logical "and"s, not "or"s.
rBiopaxParser
is not reading in multiple Web Ontology Language (OWL) filesThis is my first time working with
.owl
files; I need to work with both Experimental Factor Ontology (EFO) and The Mammalian Phenotype Ontology (MP) but this package fails to read both:Downloading resources
Try to load with
rBiopaxParser
Following instructions for loading a file (not covered in the README - only in the vignette
Doesn't look like the package is reading the structure of the files:
Looking at
HEAD
: