ovo.app.components.descriptor_explorer¶
Module Contents¶
Classes¶
Functions¶
Data¶
API¶
- ovo.app.components.descriptor_explorer.COLOR_BY_OPTIONS¶
[‘density’, ‘thresholds’, ‘None’]
- ovo.app.components.descriptor_explorer.SOURCE_OPTIONS¶
[‘all’, ‘non-human_only’, ‘human_only’, ‘human+non-human’, ‘short (<=100)’, ‘medium (101-300)’, ‘lon…
- class ovo.app.components.descriptor_explorer.HistogramSettings¶
- descriptor: ovo.core.database.models.Descriptor | None¶
None
- source: str | None¶
None
- color_by: str | None¶
None
- classmethod from_query_params(descriptors_by_key: dict[str, ovo.core.database.models.Descriptor], key_prefix: str)¶
- update_query_params(key_prefix: str)¶
- ovo.app.components.descriptor_explorer.descriptor_explorer(descriptors_df: pandas.DataFrame, descriptors_by_key: Dict[str, ovo.core.database.models.Descriptor], single_design: bool = False)¶