OWLTools: Difference between revisions

From GO Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
OWLTools is convenience java API on top of the OWL API. It provides
[[Category:Software]]
OWLTools (aka OWL2LS - OWL2 Life Sciences) is convenience java API on top of the OWL API. It provides


* convenience methods for OBO-like properties such as synonyms, textual definitions, obsoletion, replaced_by
* convenience methods for OBO-like properties such as synonyms, textual definitions, obsoletion, replaced_by
Line 5: Line 6:
* visualization using the QuickGO graphs libraries
* visualization using the QuickGO graphs libraries


== Java Docs ==
Documentation and code available from http://code.google.com/p/owltools/
 
The javadocs can be browsed here:
 
* [http://berkeleybop.org/owltools]
 
== Source ==
 
The source is available on sourceforge. Note the location may change to googlecode:
 
* [http://geneontology.svn.sourceforge.net/viewvc/geneontology/OWLTools/ Browse OWLTools]
 
  svn co  https://geneontology.svn.sourceforge.net/svnroot/geneontology/OWLTools

Latest revision as of 13:57, 1 July 2014

OWLTools (aka OWL2LS - OWL2 Life Sciences) is convenience java API on top of the OWL API. It provides

  • convenience methods for OBO-like properties such as synonyms, textual definitions, obsoletion, replaced_by
  • simple graph-like operations over ontologies
  • visualization using the QuickGO graphs libraries

Documentation and code available from http://code.google.com/p/owltools/