OEMutateResidues¶
Attention
This API is currently available in C++ and Python.
bool OEMutateResidues(OEChem::OEMolBase& mol,
const std::map<OEChem::OEResidue, std::string>& mutationMap,
const OESpruce::OESidechainBuilderOptions& opts=OESpruce::OESidechainBuilderOptions());
This function takes an input OEMolBase (mol) and it mutates residues in the provided map. The sidechain re-building can be controlled using the OESidechainBuilderOptions options class argument opts.
See also
OEBuildSidechains
function