AmiGO 2 Manual: Linking: Difference between revisions

From GO Wiki
Jump to navigation Jump to search
Line 18: Line 18:
== Embedded search ==
== Embedded search ==


As a test feature, users may also manipulate the default search of the embedded search pane on a term details page by using the parameters described in the [[AmiGO_2_Manual:_Linking#Defining_incoming_searches | Searches]] section below.
Users may also manipulate the default search of the embedded search pane on a term details page by using the parameters described in the [[AmiGO_2_Manual:_Linking#Defining_incoming_searches | Searches]] section below.


= Gene Products =
= Gene Products =

Revision as of 21:26, 6 February 2015

AmiGO 2 now offers a stable set of URLs for linking. This page contains the supported methods for linking into AmiGO 2.

Users may also be interested in some of the more RESTy aspects of AmiGO 2 or the possibility of incorporating the widgets and interfaces used in AmiGO 2 into their own applications.

Terms

The supported format for linking to a GO term is:

http://amigo.geneontology.org/amigo/term/GO:XXXXXXX

For example:

http://amigo.geneontology.org/amigo/term/GO:0022008

This will resolve to an HTML page.

Embedded search

Users may also manipulate the default search of the embedded search pane on a term details page by using the parameters described in the Searches section below.

Gene Products

The supported format for linking to a GO gene product is:

http://amigo.geneontology.org/amigo/gene_product/AAA:ZZZZZZZ

For example:

http://amigo.geneontology.org/amigo/gene_product/MGI:MGI:2177178

This will resolve to an HTML page.

Embedded search

Users may also manipulate the default search of the embedded search pane on a gene product details page by using the parameters described in the Searches section below.

Searches

Base search pages

There are three base search pages. In order, they let you search for ontology terms, gene products and other bioentities, and annotations:

Embedded search

Users may also manipulate the default search of the embedded search pane on a gene product details page by using the parameters described in the Searches section below.

Defining incoming searches

The initial search may be changed by using various parameters. For example,

http://amigo.geneontology.org/search/bioentity?fq=annotation_class_list_label:%22Notch%20signaling%20pathway%22

is a bioentity search that returns only bioentities that have "Notch signalling pathway" in its term association ancestors.

Or

http://amigo.geneontology.org/search/annotation?q=nucleus&fq=assigned_by:%22MGI%22

which searches for annotations that were assigned by MGI that are somehow are connected to the string "nucleus".

The exact nature and use of the parameters are explained below.

q

The string to search for. It should contain no GOlr secrets, wildcards, or any kind of metadata.

An example of this argument could be:

q=pigment

fq

By defining this parameter, you can set an additional initial removable filter to the search.

An example of this argument could be:

fq=assigned_by:%22MGI%22

Usable fields are any defined in the schema. A partial listing can be found here. This parameter may be defined multiple times.

sfq

By defining this parameter, you can set an additional initial filter to the search that cannot be undone within the interface (sticky filter).

An example of this argument could be:

sfq=assigned_by:%22MGI%22

Usable fields are any defined in the schema. A partial listing can be found here. This parameter may be defined multiple times.

Other pages (not necessarily stable)

While one can link to other pages in AmiGO 2, they are not formally considered resources and have no publicly defined variations or variables that can be passed through the URL.

These URLs may change at short notice.