OEMakeBioDesignUnits

Attention

This API is currently available in C++ and Python.

OESystem::OEIterBase<OEBio::OEDesignUnit> *
  OEMakeBioDesignUnits(const OEChem::OEMolBase &structure,
                       const OESpruce::OEStructureMetadata &metadata=OESpruce::OEStructureMetadata(),
                       const OESpruce::OEMakeDesignUnitOptions &opts=OESpruce::OEMakeDesignUnitOptions())
OESystem::OEIterBase<OEBio::OEDesignUnit> *
  OEMakeBioDesignUnits(const OEChem::OEMolBase &structure,
                       const OEBio::OEDesignUnit &designUnitReference,
                       const OESpruce::OEStructureMetadata &metadata=OESpruce::OEStructureMetadata(),
                       const OESpruce::OEMakeDesignUnitOptions &opts=OESpruce::OEMakeDesignUnitOptions())

Return an iterator over all OEDesignUnit objects that can be produced from the input OEMolBase structure. A reference structure to be used for biounit extraction and structural superposition can be passed in through the designUnitReference argument, while information regarding the experimental data as well as basic options for constructing the design units themselves can be provided through the metadata and opts arguments, respectively.

Note

Note: We strongly recommend running OESpruceFilter for standardization and filtering prior to running the design unit preparation