IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
IMP.pmi.topology.TempResidue Class Reference

Temporarily stores residue information, even without structure available. More...

Inherits object.

Detailed Description

Temporarily stores residue information, even without structure available.

Note
This class is only available in Python.

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

Public Member Functions

def __init__
 setup a TempResidue More...
 

Constructor & Destructor Documentation

def IMP.pmi.topology.TempResidue.__init__ (   self,
  molecule,
  code,
  index,
  internal_index,
  is_nucleic = None 
)

setup a TempResidue

Parameters
moleculePMI Molecule to which this residue belongs
codeone-letter residue type code
indexPDB index
internal_indexThe number in the sequence

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


The documentation for this class was generated from the following file: