Difference between revisions of "GO Graphic Viewer"

From GMOD
Jump to: navigation, search
m (Downloads)
m (Downloads)
Line 61: Line 61:
  
 
[http://sourceforge.net/project/showfiles.php?group_id=27707 From SourceForge]
 
[http://sourceforge.net/project/showfiles.php?group_id=27707 From SourceForge]
 
  
 
[[Category:GMOD Components]]
 
[[Category:GMOD Components]]
 
[[Category:Ontologies]]
 
[[Category:Ontologies]]
 +
[[Category:SGD]]

Revision as of 03:16, 11 July 2008

Description

The GO Graphic Viewer module (Bio::GMOD::GO::View) generates a graphic that displays the parent and child relationships of a selected GO term. It also provides the visualization for the result from the GO::TermFinder Perl module created by the Stanford Microarray Database (SMD). This module is useful when analyzing experimental or computational results that produce a set of gene products that may have a common function or process. This distribution also includes two examples of its use in Web-based user interfaces (goView.pl and goTermFinder.pl). It is a component of the Generic Model Organism Systems Database project.


Demo & Screenshots

Demo at Stanford


Requirements


Documentation

From the README:

The GO Graphic Viewer module (Bio::GMOD::GO::View) generates a graphic that displays the parent and child relationships of a selected GO term. Two examples of its use in web-based user interfaces are included, goView.pl and goTermFinder.pl.

The goView.pl program uses the Bio::GMOD::GO::View module to create a web-based user interface that can be used to view and browse the Gene Ontology. The terms are color coded based on whether they have child terms. A blue box indicates that the term has child terms while a gray box indicates that the term does not have child terms. Clicking on a blue box will expand that branch of the ontology. The blue up arrow indicates that there are additional parent terms available for the selected GO term. Clicking on the up arrow will display the parents of the selected GO term.

The goTermFinder.pl program combines the Bio::GMOD::GO::View module with the GO::TermFinder module to create a user-friendly resource for analyzing and viewing GO terms that are shared by a group of genes. The Bio::GMOD::GO::View will display the ontology based on the GO terms that are common among a group of genes (as determined by the GO::TermFinder module). The boxes will be color-coded to indicate how significant a GO term is as a parent for a given group of genes. In addition, GO terms from the gene-association files that cannot be found in the ontology files will be displayed at the top of the graphic.

This distribution includes the Bio::GMOD::GO::View module, an example of the Bio::GMOD::GO::View module used in a web-based interface (goView.pl), and the Bio::GMOD::GO::View module as a web-based interface in conjunction with the GO::TermFinder (goTermFinder.pl).


Contact

Shuai Weng


Downloads

From SourceForge