File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ This projects provides a visualization for ontologies in the style of OBO-Edit.
2+ It's a standalone library and provides a Protégé plugin
3+
4+ # OBO Graph View #
5+
6+ This ontology visualization is based on the OBO-Edit code. It was extracted and modified to use the OWL-API.
7+ Furthermore, it can be used in any Java Swing application.
8+
9+ # Protégé PlugIn #
10+
11+ The plugin is tested and developed with Protégé Version 4.1 and 4.2 (beta).
12+ For more help on Protégé see [ Protégé Documentation] ( http://protegewiki.stanford.edu/wiki/Protege4UserDocs )
13+
14+ ## Installation as Protégé PlugIn ##
15+ Download the latest version from the [ Downloads] ( http://code.google.com/p/obographview/downloads/list ) tab.
16+
17+ Unzip the archive file. There should be one file: ** org.geneontology.view.protege.jar**
18+
19+ Copy this jar file in the plugins folder of your Protégé installation.
20+
21+ The Plugin is a View Component, it can be a component of any tab in Protégé. To include it in a tab navigate to:
22+
23+ Window -> Views -> Ontology Views -> OBO Graph View Component
24+
25+ This will create a new component, which can be dropped in an appropriate position in the Protégé tab.
26+ The recommended tab is the 'Classes' tab.
27+
28+ ## Usage ##
29+
30+ To start the rendering, click on the ** Synchronize View** button.
31+
32+ The plugin requires a reasoner and will warn you, if there is no up-to-date reasoner instance available.
33+
34+ Selections in the Class hierarchy are reflected in the visualization. A selection will update the rendered nodes.
You can’t perform that action at this time.
0 commit comments