IMP logo
IMP Reference Guide  develop.d4e9f3251e,2024/04/26
The Integrative Modeling Platform
IMP.pmi.topology.PDBSequences Class Reference

Data structure for reading and storing sequence data from PDBs. More...

Inherits object.

Detailed Description

Data structure for reading and storing sequence data from PDBs.

See Also
fasta_pdb_alignments.
Note
This class is only available in Python.

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

Public Member Functions

def __init__
 Read a PDB file and return all sequences for each contiguous fragment. More...
 

Constructor & Destructor Documentation

def IMP.pmi.topology.PDBSequences.__init__ (   self,
  model,
  pdb_fn,
  name_map = None 
)

Read a PDB file and return all sequences for each contiguous fragment.

Parameters
pdb_fnfile
name_mapdictionary mapping the pdb chain id to final stored name

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


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