Example GOLD Queries

From GO Wiki
Redirect page
Jump to navigation Jump to search

Redirect to:

This page has examples of various kinds of queries possible on the GO GOLD database. This assumes some basic knowledge of SQL, and the availability of the database - either local or via remote queries. An experimental web-based interface to the GO database mirrors at Berkeley BOP and EBI is also available. For more details, see:

http://www.geneontology.org/GO.gold.schema.shtml

Basic Queries - on ontology

Find terms by GO ID

Given a GO ID, find out information on this term:

 SELECT * FROM cls WHERE id='GO:0005634';