paramagpy.protein.load_pdb

paramagpy.protein.load_pdb(fileName, ident=None)[source]

Read PDB from file into biopython structure object

Parameters
  • fileName (str) – the path to the file

  • ident (str (optional)) – the desired identity of the structure object

Returns

values – a structure object containing the atomic coordinates

Return type

paramagpy.protein.CustomStructure