Skip to content

Commit 975d87b

Browse files
author
hdietze
committed
Merge remote-tracking branch 'origin/wiki'
2 parents 2600309 + 8c206c6 commit 975d87b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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.

0 commit comments

Comments
 (0)