https://github.com/biogeek/geneontologytermstree
A Java program that uses an XML file with GO-terms (downloadable on http://archive.geneontology.org/latest-full/go_200911-termdb.obo-xml.gz), and presents the information in this file as a JTree, that consists of - level 1: all terms (<term>) in the file, to be visualized by their name (<name>) - level 2: shows below each term the corresponding <is_a> references as subnodes, visualized by their GO-identifiers. On double-click on a <is_a> reference the corresponding <term> in the JTree is put in focus.
https://github.com/biogeek/geneontologytermstree
Last synced: over 1 year ago
JSON representation
A Java program that uses an XML file with GO-terms (downloadable on http://archive.geneontology.org/latest-full/go_200911-termdb.obo-xml.gz), and presents the information in this file as a JTree, that consists of - level 1: all terms (<term>) in the file, to be visualized by their name (<name>) - level 2: shows below each term the corresponding <is_a> references as subnodes, visualized by their GO-identifiers. On double-click on a <is_a> reference the corresponding <term> in the JTree is put in focus.
- Host: GitHub
- URL: https://github.com/biogeek/geneontologytermstree
- Owner: BioGeek
- Created: 2009-11-30T19:25:24.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-12-01T09:06:15.000Z (over 16 years ago)
- Last Synced: 2025-02-06T15:53:45.410Z (over 1 year ago)
- Language: Java
- Homepage: http://jeroen.vangoey.be
- Size: 2.52 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A java program that uses an XML file with GO-terms (downloadable on
http://archive.geneontology.org/latest-full/go_200911-termdb.obo-xml.gz),
and presents the information in this file as a JTree, that consists of
- level 1: all terms () in the file, to be visualized by their name ()
- level 2: shows below each term the corresponding references as subnodes,
visualized by their GO-identifiers. On double-click on a reference the
corresponding in the JTree is put in focus.