AmiGO Manual: Overview: Difference between revisions

From GO Wiki
Jump to navigation Jump to search
No edit summary
 
(32 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Introduction =
= Introduction =


AmiGO is a web based application which allows the user to browse, query, and visualize data from the Gene Ontology, or any ontology in OBO format. AmiGO can be accessed [http://amigo.geneontology.org online]. AmiGO is open source software and can be downloaded and installed as part of the go-dev CVS repository from the Gene Ontology SourceForge.net page.
AmiGO is the official web-based set of tools for searching and browsing the Gene Ontology database, which consists of a controlled vocabulary of terms covering biological concepts, and a large number of genes or gene products whose attributes have been annotated using GO terms.
 
[[AmiGO 2]] information can be found [[AmiGO_2 | here]].
 
It can be accessed [http://amigo.geneontology.org online] at the main installation or [[AmiGO_Manual:_Installation | deployed locally]].
 
To learn more about what the Gene Ontology is and what it does, please read the [http://geneontology.org/GO.doc.shtml introductory documentation].
 
There is also a [[AmiGO_Manual:_FAQ | FAQ]] for questions that are commonly asked, but might not have a home somewhere else.
 
== What can I do using AmiGO? ==
 
* [[AmiGO_Manual:_Gene_Product_Search | search for a gene or gene product]], or a list of gene or gene products, and view the GO term associations
* perform a [[AmiGO_Manual:_BLAST | sequence identity BLAST search]] and view the GO term associations for the genes or proteins returned
* [[AmiGO_Manual:_Term_Search | search for GO terms]] and view the genes or gene products they are annotated to
* [[AmiGO_Manual:_Browse | browse the GO ontology]] and view terms
* the [[AmiGO_Manual:_Slimmer | slimmer tool]] can be used to map the granular annotations of the query set of genes to one or more high-level
* [[AmiGO_Manual:_Term_Enrichment | term enrichment tool]] is used to discover what a set of genes may have in common by examining annotations and finding significant shared GO terms.
* [[AmiGO_Manual:_GOOSE | GOOSE]] is for advanced users who want to run custom SQL queries against the GO database.
 
== What data does AmiGO use? ==
 
Unless otherwise noted, the public installation of AmiGO (http://amigo.geneontology.org) uses the "seqdb" version of the database, which includes all manual gene product annotations and electronic annotations (IEA) from all databases other than UniProtKB.
 
For more detail on this subject, please see the GO database documentation [http://geneontology.org/GO.database.shtml#dbtypes here].
 
= Availability =
 
AmiGO is an open source software project and can be downloaded and installed as part of the [http://geneontology.cvs.sourceforge.net/geneontology/ go-dev] CVS repository from the Gene Ontology  
[https://sourceforge.net/projects/geneontology SourceForge.net page].
 
For full installation instructions, please see the [[AmiGO_Manual:_Installation | installation]] wiki pages.
 
For information on maintenance and upkeep, please see the [[AmiGO_Manual:_Maintenance | maintenance]] wiki pages.


= Browser Compatibility =
= Browser Compatibility =
Line 17: Line 50:
The Main Window
The Main Window


= Layout =
The HTML page you view may vary slightly in details.
 
= Components =
 
AmiGO is made up of several interacting programs that work together to create a coherent whole.
 
== Main components ==
 
The most used components
 
AmiGO's major components are the ones that are listed at the top of every page; these are the ones where your work will usually begin.
 
*[[AmiGO_Manual:_Main_Page | Main Page]]
*[[AmiGO_Manual:_Browse | Browse]]
*[[AmiGO_Manual:_Search | Search]]
 
=== Pages from the main components ===
 
*[[AmiGO_Manual:_Term_Details | Term Details]]
*[[AmiGO_Manual:_Gene_Product_Details | Gene Product Details]]
*[[AmiGO_Manual:_Bar_Chart | Bar Chart]]
*[[AmiGO_Manual:_GraphViz | GraphViz]]
*[[AmiGO_Manual:_RG_Graphical_View | Reference Genome Graphical View]]
 
== Other Components ==
 
AmiGO's other components are those that have specialized output in result of some kind of action.
 
*[[AmiGO_Manual:_BLAST | BLAST]]
*[[AmiGO_Manual:_Slimmer | Slimmer]]
*[[AmiGO_Manual:_Term_Enrichment | Term Enrichment]]
*[[AmiGO_Manual:_GOOSE | GOOSE]]
 
=Versions=
 
The [[AmiGO_1_8 | current]] stable version is [[AmiGO_1_8 | 1.8]] (tagged amigo_1_8). It is available for direct download at [http://sourceforge.net/project/showfiles.php?group_id=36855 SourceForge.net ].
 
Information on the [[AmiGO_2 | upcoming]] version is at the [[AmiGO_2 | 2.0]] site.
 
Version numbers are as follows:


When you go to the URL of an AmiGO instantiation, you have the following options (roughly from top to bottom):
A.B.C.D


* Returning to the initial tree state (go to the top level of the ontology)
A = Major release
* Viewing the current tree as a graph
B = Standard release (general testing)
* Browsing the ontology using the tree browser
C = Bugfix release (test of fixes)
* Searching the ontology or associated gene products by keywords and phrases, going to the advanced query page, or querying by sequence using GOst (the Gene Ontology Blast server)
D = Text fix release (minor changes that don't need testing)
* Filtering which gene products will be displayed
* Getting the current page in a different format
* Going to a related site


The last two numbers are mostly for internal use.
= Articles =
[http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=2639003 Application note] in Bioinformatics.
= Working Group Information =
[[AmiGO_Hub | AmiGO Hub Working Group]]
[[Web_Presence_Working_Group | Web Presence Working Group]]
[[Category:AmiGO_Manual]]
[[Category:AmiGO]]
[[Category:AmiGO]]
[[Category:AmiGO_Manual]]
[[Category:Software]]

Latest revision as of 13:59, 16 May 2014

Introduction

AmiGO is the official web-based set of tools for searching and browsing the Gene Ontology database, which consists of a controlled vocabulary of terms covering biological concepts, and a large number of genes or gene products whose attributes have been annotated using GO terms.

AmiGO 2 information can be found here.

It can be accessed online at the main installation or deployed locally.

To learn more about what the Gene Ontology is and what it does, please read the introductory documentation.

There is also a FAQ for questions that are commonly asked, but might not have a home somewhere else.

What can I do using AmiGO?

What data does AmiGO use?

Unless otherwise noted, the public installation of AmiGO (http://amigo.geneontology.org) uses the "seqdb" version of the database, which includes all manual gene product annotations and electronic annotations (IEA) from all databases other than UniProtKB.

For more detail on this subject, please see the GO database documentation here.

Availability

AmiGO is an open source software project and can be downloaded and installed as part of the go-dev CVS repository from the Gene Ontology SourceForge.net page.

For full installation instructions, please see the installation wiki pages.

For information on maintenance and upkeep, please see the maintenance wiki pages.

Browser Compatibility

AmiGO is compatible with most modern operating system/browser combinations with good CSS support, including:

  • Firefox on Linux, Windows, and Mac OS X.
  • Mozilla/Netscape 6 on Linux, Windows, and Mac OS X.
  • IE on Windows, but NOT on Mac OS X. IE on Mac OS X does support CSS standards.
  • Safari on Mac OS X.
  • Konqueror on Linux.
  • Opera on Linux, Windows, and Mac OS X.

In order to use all of the functionality available in this version of AmiGO, we recommend that cookies are allowed and JavaScript is turned on. The Main Window

The HTML page you view may vary slightly in details.

Components

AmiGO is made up of several interacting programs that work together to create a coherent whole.

Main components

The most used components

AmiGO's major components are the ones that are listed at the top of every page; these are the ones where your work will usually begin.

Pages from the main components

Other Components

AmiGO's other components are those that have specialized output in result of some kind of action.

Versions

The current stable version is 1.8 (tagged amigo_1_8). It is available for direct download at SourceForge.net .

Information on the upcoming version is at the 2.0 site.

Version numbers are as follows:

A.B.C.D
A = Major release
B = Standard release (general testing)
C = Bugfix release (test of fixes)
D = Text fix release (minor changes that don't need testing)

The last two numbers are mostly for internal use.

Articles

Application note in Bioinformatics.

Working Group Information

AmiGO Hub Working Group

Web Presence Working Group