![]() |
Rosetta
2021.16
|
Functions | |
| def | coreBoundarySurface |
| def | ligandsAndMetals |
| def | templatePreset |
Variables | |
| list | __all__ |
| tuple | _logger = logging.getLogger("pyrosetta.distributed.viewer.presets") |
| def pyrosetta.distributed.viewer.presets.coreBoundarySurface | ( | packed_and_poses_and_pdbs = None, |
|
| args, | |||
| kwargs | |||
| ) |
Display core residues as 'blackCarbon' sticks, boundary residues as 'greyCarbon' sticks, and surface residues as 'whiteCarbon' sticks, with 'spectrum' cartoon representation, using the default arguments in `pyrosetta.rosetta.core.select.residue_selector.LayerSelector()` to select layers. @klimaj
| def pyrosetta.distributed.viewer.presets.ligandsAndMetals | ( | packed_and_poses_and_pdbs = None, |
|
| args, | |||
| kwargs | |||
| ) |
Display residues with `ResidueProperty.LIGAND` as 'brownCarbon' sticks with opaque surface, and `ResidueProperty.METAL` as 'chainHetatm' spheres, with 'spectrum' cartoon representation, disulfide bonds, polar hydrogens, and dashed hydrogen bonds. @klimaj
| def pyrosetta.distributed.viewer.presets.templatePreset | ( | packed_and_poses_and_pdbs = None, |
|
| args, | |||
| kwargs | |||
| ) |
Add a description of the preset Viewer here @author
| list pyrosetta.distributed.viewer.presets.__all__ |
| tuple pyrosetta.distributed.viewer.presets._logger = logging.getLogger("pyrosetta.distributed.viewer.presets") |
1.8.7