ovo.app.components.descriptor_tiles¶
Module Contents¶
Functions¶
Returns a DataFrame with each unique residue and the percentage of designs in which it is present. |
|
Show a list of design counts by group (missing, green, yellow, orange). |
|
API¶
- ovo.app.components.descriptor_tiles.descriptor_overview_tiles(descriptors_df: pandas.DataFrame, descriptors_by_key: Dict[str, ovo.core.database.models.Descriptor], design_id: str = None, histogram_source: str = 'all')¶
- ovo.app.components.descriptor_tiles.get_residue_presence_df(descriptor: ovo.core.database.models.Descriptor, nonnull_descriptor_values, total_designs: int)¶
Returns a DataFrame with each unique residue and the percentage of designs in which it is present.
- ovo.app.components.descriptor_tiles.show_flag_counts(descriptor: ovo.NumericGlobalDescriptor, values: pandas.Series, design_id: str = None)¶
Show a list of design counts by group (missing, green, yellow, orange).
- ovo.app.components.descriptor_tiles.descriptor_tiles(descriptors_df: pandas.DataFrame, descriptors: List[ovo.core.database.models.Descriptor], design_id: str = None, histogram_source: str = 'all')¶