mkt.databases.plot_config.ResidueDotConfig
- class mkt.databases.plot_config.ResidueDotConfig(amino_acid: str = 'C', min_cluster_size: int = 12, highlight_targets: bool = False, formats: list[str] = <factory>)[source]
Bases:
objectAesthetics for the static per-amino-acid KLIFS dot-plot figure.
Rendered by
mkt.databases.conservation.KLIFSConservationTreeFigure.plot_residue_dot().- __init__(amino_acid: str = 'C', min_cluster_size: int = 12, highlight_targets: bool = False, formats: list[str] = <factory>) None
Methods
__eq__(other)Return self==value.
__init__([amino_acid, min_cluster_size, ...])Attributes
__dataclass_fields____dataclass_params____match_args__- __init__(amino_acid: str = 'C', min_cluster_size: int = 12, highlight_targets: bool = False, formats: list[str] = <factory>) None
- amino_acid: str = 'C'
- formats: list[str]
- highlight_targets: bool = False
- min_cluster_size: int = 12