Search within a dataset
With the search bar, you can search for samples by their name, metadata attributes, and label content.
Search syntax
To search by sample name, just type the full or partial name of a sample.
To search by metadata attribute, use the key:value
syntax.
To search by number of objects of a category in a labelset, use the labelset.category:=value
syntax, or labelset.total_count:=value
to search by total number of objects.
To search by labeler and reviewer of a sample, use the labeled-by:username
or reviewed-by:username
syntax.
For string values, use the :
operator. For numeric values, use the operators :=
,:>
, :>=
, :<
and :<=
to search for values that are equal to, greater than, greater than or equal to, less than, and less than or equal to another value. For list values, use the :|
operator to search for a value contained in the list.
Queries can be combined by separating them with a space. They will be ANDed together.
Examples
Last updated