IMP  2.4.0
The Integrative Modeling Platform
Namespaces | Classes | Functions
IMP.pmi.topology Namespace Reference

Set up of system representation from topology files. More...

Detailed Description

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...
 

Function Documentation

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.

Parameters
hierThe hierarchy in which to look for neighbors
target_psThe particles for zoning
sel_zoneThe maximum distance
entire_residuesIf True, will grab entire residues
exclude_backboneIf True, will only return sidechain particles

Definition at line 33 of file pmi/topology/__init__.py.