IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
A single entity in the system. More...
Inherits Entity.
A single entity in the system.
This functions identically to the base ihm.Entity class, but it allows identifying residues by either the IHM numbering scheme (seq_id, which is always contiguous starting at 1) or by the PMI scheme (which is similar, but may not start at 1 if the sequence in the FASTA file has one or more N-terminal gaps
Public Member Functions | |
def | pmi_range |
Return a range of IHM residues indexed using PMI numbering. More... | |
def | pmi_residue |
Return a single IHM residue indexed using PMI numbering. More... | |
def IMP.pmi.mmcif.Entity.pmi_range | ( | self, | |
res_id_begin, | |||
res_id_end | |||
) |
def IMP.pmi.mmcif.Entity.pmi_residue | ( | self, | |
res_id | |||
) |