Images can be filtered by Name, Tag, Key-Value pairs or Rating.
Thumbnails
viewAdd filter
OMERO.parade is a metadata-mining plugin for OMERO webclient. Among other things, it offers more advanced filtering options than the filtering tool available from the webclient's main page.
Supported metadata includes
Please visit the OMERO Parade wiki page to learn how to use OMERO.parade to filter data.
The search tool can be use to find specific images. Click on the search field on the top left corner of the window.
There is a syntax to respect if you want to serach efficiently.
name:"full-name" or name:"part-of-the-name"
. If you do not put the quotations, it will not work.tag:"tag-name"
. If you do not put the quotations, it will not work.key:value
. DO NOT PUT QUOTATIONS FOR KEY-VALUE PAIRS SEARCHING. In order to be searchable, DO NOT tokenize the key nor the value with blanksAND
, OR
and NOT
(ex. name:"full-name" AND tag:"tag-name"
)Remarque : Searching is case sensitive for key-value pairs.
BE CAREFUL : NEVER put some special characters (+./.*.<.>.\. …) for images/datasets/tag/key-value-pairs name because the search tool ignore them and it can lead to unexpected behavior.
Tips : we suggest to tokenize all of your names using underscores in order to tag and search efficiently.
Searching with name
Searching with key-value pairs
Searching with tag
Remarque : whatever the basic or advanced tab selected, the same searching actions can be done.
For more information, please visit the official omero guide for searching data.
For more advanced information, see the Search Module API page.
To learn more about searching OMERO images, we recommend you to visit the official OMERO Annotation guide.