PRIDE-Toolsuite/ols-dialog

Name: ols-dialog

Owner: PRIDE-Toolsuite

Description: Java front end to the ontology lookup service (OLS 3.0)

Forked from: compomics/ols-dialog

Created: 2016-03-01 09:48:52.0

Updated: 2016-12-14 10:44:00.0

Pushed: 2017-10-19 10:15:53.0

Homepage:

Size: 636

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

OLS Dialog

OLS Dialog Publications:


What is OLS Dialog?

OLS Dialog is a Java front end to the Ontology Lookup Service allowing easy access to an extensive list of biomedical ontologies (see supported ontologies for a complete list).

OLS Dialog is a part of the PRIDE Toolsuite including major projects like PRIDE Converter 2, PRIDE Inspector. and PX Submission Tool Making OLS Dialog a standalone project is done to make it more easily available for other projects.

Five ways of searching the OLS Dialog is supported. See Search Options.

Go to top of page


Five ways of searching the OLS Dialog is supported:

Term Name Search

Term Name Search simply finds all terms having term names that (partially) match the insert search term. Insert the first letters of the name of the term to locate in the search field. Note that the search is in “real time”. Meaning that a new search is started (and the result list updated) for every character typed. The number behind the search field is the number of currently matching terms.

Note that in some cases a complete search is not performed until at least four characters have been inserted. If the wanted term is not found, make sure that at least four characters have been inserted.

The search results are listed in the table in the middle, and clicking a term displays additional information about the selected term in the “Term Details” section below.

When the wanted term has been found, select the term in the table and click the “Use Selected Term” button at the bottom of the frame. (Or you can double click on the selected term.)

For an example see the Screenshots section.

Go to top of page

Term ID Search

Term ID Search allows you the locate a given term and its details by inserting the term id, e.g., MOD:00425 or GO:0000269.

The results are displayed and selected in the same way as for results from a Term Name Search.

For an example see the Screenshots section.

Go to top of page

PSI MOD Mass Search

PSI MOD Mass Search allows you to search the PSI-MOD ontology for specific modifications using the mass of the modification. There are four different mass types: DiffAvg and DiffMono corresponding to the average and mono mass of the mass change the modifications results in, and MassAvg and MassMono corresponding to the mass of the modified residue.

Insert the mass, the mass accuracy and the mass type and click on “Search” to perform the search. The results are displayed and selected in the same way as for results from a Term Name Search.

For an example see the Screenshots section.

Go to top of page

Browse Ontology

Browse Ontology makes it possible to find the wanted term by browsing the selected ontology. The ontology is displayed using a tree structure where the relationships between the terms are highlighted. When selecting a term in the tree, details about the selected term is displayed in the “Term Details” section.

The results are selected and used in the same way as for results from a Term Name Search.

For an example see the Screenshots section.

Go to top of page


Using OLS Dialog
Running the Jar File

Running the jar file (either by double clicking it, or running it from the command line) starts a small example showing how OLS Dialog can be used. The code for the example can be found in the SVN archive (in the package named no.uib.olsdialog.example).

In Other Projects

To use OLS Dialog in your project include OLS Dialog and the required libraries as dependencies, and make all classes that are going to access the OLS implement the OLSInputable interface (found in the package named no.uib.olsdialog). See the source code for details.

Go to top of page


Troubleshooting

Go to top of page


Support

For questions or additional help, please contact the authors or, if appropriate, e-mail a support request to the PRIDE team at the EBI: pride-support at ebi.ac.uk (replace at with @).

Go to top of page


Maven Dependency

OLS Dialog is available for use in Maven projects:

endency>
<groupId>uk.ac.ebi.pride.toolsuite</groupId>
<artifactId>ols-dialog</artifactId>
<version>X.Y.Z</version>
pendency>
ository>
    <id>nexus-ebi-repo</id>
    <name>The EBI internal repository</name>
    <url>http://www.ebi.ac.uk/intact/maven/nexus/content/repositories/ebi-repo/</url>
    <releases>
    </releases>
    <snapshots>
        <enabled>false</enabled>
    </snapshots>
pository>

Update the version number to latest released version.

Go to top of page


Screenshots

(Click on a screenshot to see the full size version)

Go to top of page


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.