16 #ifndef __RD_CRIPPEN_H__ 17 #define __RD_CRIPPEN_H__ 21 #include <boost/smart_ptr.hpp> 25 namespace Descriptors {
50 std::vector<double> &mrContribs,
bool force =
false,
51 std::vector<unsigned int> *atomTypes = 0,
52 std::vector<std::string> *atomTypeLabels = 0);
71 bool includeHs =
true,
bool force =
false);
123 ParamsVect::const_iterator
begin()
const {
return d_params.begin(); };
124 ParamsVect::const_iterator
end()
const {
return d_params.end(); };
a class used to store Crippen parameters
boost::shared_ptr< const ROMol > dp_pattern
void getCrippenAtomContribs(const ROMol &mol, std::vector< double > &logpContribs, std::vector< double > &mrContribs, bool force=false, std::vector< unsigned int > *atomTypes=0, std::vector< std::string > *atomTypeLabels=0)
void calcCrippenDescriptors(const ROMol &mol, double &logp, double &mr, bool includeHs=true, bool force=false)
generate Wildman-Crippen LogP and MR estimates for a molecule
std::vector< CrippenParams > ParamsVect
singleton class for retrieving Crippen parameters
ROMol is a molecule class that is intended to have a fixed topology.
double calcClogP(const ROMol &mol)
calculate the default Wildman-Crippen LogP for a molecule
ParamsVect::const_iterator begin() const
const std::string CrippenClogPVersion
ParamsVect::const_iterator end() const
double calcMR(const ROMol &mol)
calculate the default Wildman-Crippen MR Estimate for a molecule
const std::string crippenVersion
const std::string CrippenMRVersion