mkt.databases.sasa.BioPythonHydrogenConfig
- class mkt.databases.sasa.BioPythonHydrogenConfig(*, bool_biopython: bool = True, bool_pymol: bool = False, bool_include_hydrogens: bool = True, bool_relative: bool = False, probe_radius: float = 1.4, n_points: int = 960, dot_density: int = 3)[source]
Bases:
BaseSASAConfigAll-atom (explicit-H) Bio.PDB Shrake-Rupley; rSASA disabled.
Bondi radii + explicit hydrogens is a standard, self-consistent all-atom surface (not a double count). rSASA is disabled because the Tien et al. (2013) maxima are a heavy-atom reference; the structures must actually carry hydrogens (the run warns per structure if they do not).
- __init__(*, bool_biopython: bool = True, bool_pymol: bool = False, bool_include_hydrogens: bool = True, bool_relative: bool = False, probe_radius: float = 1.4, n_points: int = 960, dot_density: int = 3) None
Methods
__eq__(other)Return self==value.
__init__(*[, bool_biopython, bool_pymol, ...])Attributes
__dataclass_fields____dataclass_params____match_args__Compute SASA with the Bio.PDB Shrake-Rupley backend.
Keep explicit hydrogens; False gives conventional heavy-atom SASA.
Compute SASA with the PyMOL
dot_solventbackend.Add relative SASA (rSASA); requires heavy-atom SASA (no explicit H).
dot_densityPyMOL surface point density 1-4 (PyMOL only).
Shrake-Rupley sphere points per atom (Bio.PDB only); default 100 is unlikely to be converged for per-residue SASA (presets use ~960).
probe_radiusSolvent/probe radius (Å), shared by both backends.
- __init__(*, bool_biopython: bool = True, bool_pymol: bool = False, bool_include_hydrogens: bool = True, bool_relative: bool = False, probe_radius: float = 1.4, n_points: int = 960, dot_density: int = 3) None
- bool_biopython: bool = True
Compute SASA with the Bio.PDB Shrake-Rupley backend.
- bool_include_hydrogens: bool = True
Keep explicit hydrogens; False gives conventional heavy-atom SASA.
- bool_pymol: bool = False
Compute SASA with the PyMOL
dot_solventbackend.
- bool_relative: bool = False
Add relative SASA (rSASA); requires heavy-atom SASA (no explicit H).
- n_points: int = 960
Shrake-Rupley sphere points per atom (Bio.PDB only); default 100 is unlikely to be converged for per-residue SASA (presets use ~960).