Hi guys,
I’m trying to use the package ontoCAT but I keep having issues just starting up.
I followed the vignettes and wasn’t able to load the EFO ontologies
efo <- getEFO()
Sorry, can't create Ontology object for EFO by using URL "http://www.ebi.ac.uk/efo/efo.owl”.
I checked on the website, and there seem to be an owl file in there, so I tried the other function using the explicit URL
efo <- getOntology("http://www.ebi.ac.uk/efo/efo.owl")
WARN [FileOntologyService] Multple labels found on <http://purl.obolibrary.org/obo/RO_0002215>
Sorry, can't create Ontology object for EFO by using URL "http://www.ebi.ac.uk/efo/efo.owl" or local file.
Sorry, can't create Ontology object. Please, check ontology's URI: http://www.ebi.ac.uk/efo/efo.owl.
I tried to look for a traceback but none is available:
> efo <- getEFO()
Sorry, can't create Ontology object for EFO by using URL "http://www.ebi.ac.uk/efo/efo.owl".
> traceback()
No traceback available
> efo <- getOntology("http://www.ebi.ac.uk/efo/efo.owl")
Sorry, can't create Ontology object. Please, check ontology's URI: http://www.ebi.ac.uk/efo/efo.owl.
> traceback()
No traceback available
Not sure if I’m doing something wrong, some help would be highly appreciated.
here’s my sessionInfo()
sessionInfo()
R version 3.1.2 (2014-10-31)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
locale:
[1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] ontoCAT_1.18.0 rJava_0.9-6 BiocInstaller_1.16.4
loaded via a namespace (and not attached):
[1] tools_3.1.2
cheers,
Francesco