![]() |
IMP
2.4.0
The Integrative Modeling Platform
|
Set up of system representation from topology files. More...
Set up of system representation from topology files.
Namespaces | |
| system_tools | |
| Tools to help build structures. | |
Classes | |
| class | ComponentTopology |
| Topology class stores the components required to build a standard IMP hierarchy using IMP.pmi.autobuild_model() More... | |
| class | Sequences |
| A dictionary-like wrapper for reading and storing sequence data. More... | |
| class | System |
| This class initializes the root node of the global IMP.atom.Hierarchy. More... | |
| class | SystemBase |
| This is the base class for System, _State and _Molecule classes. More... | |
| class | TopologyReader |
| Read a pipe-delimited PMI topology file. More... | |
Functions | |
| def | get_particles_within_zone |
| Utility to retrieve particles from a hierarchy within a zone around a set of ps. More... | |
| def IMP.pmi.topology.get_particles_within_zone | ( | hier, | |
| target_ps, | |||
| sel_zone, | |||
| entire_residues, | |||
| exclude_backbone | |||
| ) |
Utility to retrieve particles from a hierarchy within a zone around a set of ps.
| hier | The hierarchy in which to look for neighbors |
| target_ps | The particles for zoning |
| sel_zone | The maximum distance |
| entire_residues | If True, will grab entire residues |
| exclude_backbone | If True, will only return sidechain particles |
Definition at line 33 of file pmi/topology/__init__.py.