Viewing regimes¶
Since variants have variety of properties the system provides full functionality for view and study these properties. In this regime the main control structure is list of variants. Usually they are filtered: variants in the list are selected from the whole dataset by filters, decision trees and zones.
The user can select any of variant form the list, and view and study the whole information about this variant. See also details Variant data presentations and aspects.
On different pages the system provides two variants of viewing regime
Full viewing regime
Auxiliary viewing regime
REST API request: ds_list
In contexts of XL-dataset or decision tree viewing regime looks simpler - no integration with tagging and zones. But in these contexts there is no guarantee that selection is small enough, so the system makes special preparations to restrict list of visible variants.
If list is comparatively small (less than 300 variants), visible list if full one (property records is used in request ds_list)
If list is comparatively large (more than
2*SMP_COUNT
variants), onlySMP_COUNT
randomly selected samples are visible (property samples is used in request ds_list)
SMP_COUNT
is a parameter defined by Front End. By default it is set to 25, possible values are between 10 and 150.