How Can I Learn More About Go Ontologies?
5
7
Entering edit mode
13.1 years ago

Hi, I would like to learn more about Gene Ontologies and the especially programmatic manipulation of ontologies. I have used GO for classifying genes in the past, but I have never really understood the structure of the ontologies. Any suggestions would be appreciated. Thanks, Ethan

gene programming • 3.2k views
ADD COMMENT
0
Entering edit mode

Thaman, while the answers below are very interesting I wonder what it is you really want to do through "programmatic manipulation of ontologies".

ADD REPLY
0
Entering edit mode

Ethan, while the answers below are very interesting I wonder what it is you really want to do through "programmatic manipulation of ontologies".

ADD REPLY
0
Entering edit mode

i agree with chris - we need a specific example of what you want to achieve

ADD REPLY
7
Entering edit mode
13.1 years ago
User 6659 ▴ 970

Hi Ethan

I haven't worked with computational ontologies for years but I might be able to give you some pointers to help you out. An ontology is just someone's specification of a particular domain - their world view. What you can say about the world or how you describe the world is limited by the computational languages available and the constructs within them for representing information. In other words your view of the world isn't a true world view- you are limited by the expressivity of the language. this used to be called the interaction problem in the old days but I'm sure they have a new name for it now.

So that said, people write biological ontologies in the different languages available and these languages will have different constructs for modelling information. If you are a programmer, a database design written in EER could be seen as on ontology, or UML diagrams are ontologies. They are a specification of a conceptualiztion after all! But common ontology languages have notions like is-a and has-a constructs e.g. a GPCR receptior IS-A protein which HAS-A transmembrance domain. There are also things like description logics and OWL and probably tonnes of other 'mark up' languages for representing the struture of information.

Programmatic manipulation of an ontology depends entirely on the specific ontology and the language it is written in. In other words the programmatic constructs for accessing the ontology will depend entirely on the inherent structure of the ontology. Most of them are ultimately big hierarchies like a traditional OO inheritance hierarchy

So that really is an answer to your question about the structure of ontologies. I can't be more specific about programmatic access without a specific ontology to talk about. If you look on the GO website there is a dizzying array of ontology tools. You might be better to ask some smaller specific questions about a specific ontology you don't understand.

ADD COMMENT
5
Entering edit mode
13.1 years ago

http://www.geneontology.org/GO.contents.doc.shtml

A search google with "gene ontology api" resulted in: http://www.geneontology.org/GO.database.shtml

ADD COMMENT
2
Entering edit mode
13.1 years ago
Thaman ★ 3.3k

In simple terms understanding structure of Gene ontology is all about comprehending the Schema of particular Ontology database. Schema of database gives us clear view of how information are stored, tables, fields and their relationship.

alt text

Schema Link

In above figure you can see some parts of database where there are tables, fields, attributes, relationship and along with primary ID. Now programming with the GeneOntology is all about knowing how information are stored and way of querying it in Ontology database.

MySql connection parameters for the GO database mirror at the EBI

Parameter   Value

host        mysql.ebi.ac.uk
user        go_select
password    amigo
database    go_latest
port        4085

Similarly you can manipulate ontology with perl, python, R, Ruby or whatever language you know if you go through documentation.

I strongly believe R is the best choice for programatic manipulation of GO, there are several Bioconductor packages like topGO, GOstats. Further excellent tutorial at Blue Collar Bioinformatics, R & Bioconductor Manual, GO related libraries and more teaching resources

Hope it helps

Edit - Previous Schema image updated!

ADD COMMENT
0
Entering edit mode

I am afraid this figure is misleading. It is not dealing with Gene Ontology. 'gene_product_homology' or gene_product_homolset is not part of GO definitions. Can you post original source or context of the the figure. Please let me know if I am missing something.

ADD REPLY
0
Entering edit mode

I have just trim the figure from http://www.geneontology.org/images/diag-godb-er.jpg , If I am missing something please let me know

ADD REPLY
0
Entering edit mode

Thanks Thaman. You may give the link to full figure for more clarity.

ADD REPLY
0
Entering edit mode

Ok I will do that

ADD REPLY
1
Entering edit mode
13.1 years ago
Mary 11k

The National Center for Biomedical Ontology may have some leads that are useful too:

http://www.bioontology.org/

Check out their "Dissemination & Training" links. One part is a 2-day course.

ADD COMMENT
0
Entering edit mode
ADD COMMENT

Login before adding your answer.

Traffic: 1462 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6