Root of obsolete branch
Identifier pattern
Preferred namespace URI
Preferred namespace prefix
gene_ontologyExample of resource
General information
Abstract
Description
Languages
Keywords and classes
Version
|
Modified | Submitted |
Actions
|
|||
---|---|---|---|---|---|---|
2025-02-06 |
February 14, 2025 | |||||
2024-11-03 |
November 12, 2024 | |||||
2024-09-08 |
September 24, 2024 | |||||
2024-06-17 |
June 20, 2024 | |||||
2024-06-10 |
June 18, 2024 | |||||
more... |
Identifiers
URI
Version IRI
AgroPortal URI
Creation date
Submission date
Contact
Contributor
Publisher
Funded or sponsored by
Is format of
Source
Indexed or included in catalog or repository
Known usage
The use of GO terms by collaborating databases facilitates uniform queries across all of them. Controlled vocabularies are structured so they can be queried at different levels; for example, users may query GO to find all gene products in the mouse genome that are involved in signal transduction, or zoom in on all receptor tyrosine kinases that have been annotated. This structure also allows annotators to assign properties to genes or gene products at different levels, depending on the depth of knowledge about that entity.Created with
OWL APIRepository
Bug database
Mailing list
Groups
Root of obsolete branch
Identifier pattern
Preferred namespace URI
Preferred namespace prefix
gene_ontologyExample of resource
Type a class name from GO and jump to it in AgroPortal
var BP_include_definitions = true;
<div id="bp_quick_jump"></div> <script type="text/javascript"> var BP_ontology_id = "GO";</script> <script src="quick_jump.js" type="text/javascript" charset="utf-8"></script>
For more help visit NCBO Widget Wiki
Fill your form fields with classes from GO
Example 1 (start typing the class name to get its full URI)
Example 2 (get the ID for a class)
Example 3 (get the preferred name for a class)
bp_form_complete-{ontology_id_list}-{value}
bp_form_complete-NCIT-uri
will use NCI Thesaurus (ontology id is NCIT) and will put the class URI in the field after the user selects the class from the pull-down list.
bp_form_complete-NCIT,NCBITAXON-uri
bp_form_complete-all-uri
uri
Put the complete URI of the class (e.g.,
http://purl.obolibrary.org/obo/GO_0015219
)
shortid
put the short id of the class, as used in AgroPortal (e.g., "Common_Neoplasm");
name
put the preferred name of the class (e.g., "Common Neoplasm");
<input type="text" name="a" class="bp_form_complete-all-uri" size="100"/>
<input type="hidden" id="a_bioportal_preferred_name">
<input type="hidden" id="a_bioportal_concept_id">
<input type="hidden" id="a_bioportal_ontology_id">
<input type="hidden" id="a_bioportal_full_id">
For more help visit NCBO Widget Wiki
Display a visualization for a given class in GO
<iframe frameborder="0" src="/widgets/visualization?ontology=GO&class=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FGO_0015219&apikey=YOUR_API_KEY"></iframe>
For more help visit NCBO Widget Wiki
Display a class tree with a search field for GO
<link rel="stylesheet" type="text/css" href="/widgets/jquery.ncbo.tree.css"> <script src="/widgets/jquery.ncbo.tree-2.0.2.js"></script> <div id="widget_tree"></div> var widget_tree = $("#widget_tree").NCBOTree({ apikey: "YOUR_API_KEY", ontology: "GO" });
You can also view a detailed demonstration
For more help visit NCBO Widget Wiki