__init__(self,
receptor_struct,
wt_lig_struct,
mut_lig_struct,
mutation_dict,
of,
lof)
(Constructor)
|
|
x.__init__(...) initializes x; see help(type(x)) for signature
- Parameters:
receptor_struct (structure object) - receptor structure
wt_lig_struct (structure object) - Structure of the wild type "ligand"
mut_lig_struct (structure object) - Structure of the mutated "ligand"
mutation_dict (a dict i.e. {'D:8': 'ALA', 'D:10': 'GLY', 'D:32': 'GLY', 'D:34':
'GLY'}) - dictionary of wt keys mutation values
of (string) - out put filename of the resulting receptor structure
of (string) - out put filename of the resulting ligand structure
- Overrides:
object.__init__
|