mordred.MoeType module

class mordred.MoeType.LabuteASA[source]

Bases: mordred._base.descriptor.Descriptor

Labute’s Approximate Surface Area descriptor(rdkit wrapper).

since = StrictVersion ('1.0')
explicit_hydrogens = False
description()[source]
rtype

alias of builtins.float

config
classmethod from_json(obj)

Create Descriptor instance from json dict.

Parameters

obj (dict) – descriptor dict

Returns

descriptor

Return type

Descriptor

get_3D_mol()
get_parameter_dict()
kekulize = False
parameter_names = ()
require_3D = False
require_connected = False
to_json()

Convert to json serializable dictionary.

Returns

dictionary of descriptor

Return type

dict

class mordred.MoeType.PEOE_VSA(k=1)[source]

Bases: mordred.MoeType.MoeTypeBase

MOE type descriptors using gasteiger charge and surface area contribution(rdkit wrapper).

Parameters

k (int) – (\(1 <= k <= k_{\rm max}\))

since = StrictVersion ('1.0')
k_max = 14
config
description()
explicit_hydrogens = False
classmethod from_json(obj)

Create Descriptor instance from json dict.

Parameters

obj (dict) – descriptor dict

Returns

descriptor

Return type

Descriptor

get_3D_mol()
get_parameter_dict()
kekulize = False
parameter_names = ('k',)
require_3D = False
require_connected = False
rtype

alias of builtins.float

to_json()

Convert to json serializable dictionary.

Returns

dictionary of descriptor

Return type

dict

class mordred.MoeType.SMR_VSA(k=1)[source]

Bases: mordred.MoeType.MoeTypeBase

MOE type descriptors using Wildman-Crippen MR and surface area contribution(rdkit wrapper).

Parameters

k (int) – (\(1 <= k <= k_{\rm max}\))

since = StrictVersion ('1.0')
k_max = 10
config
description()
explicit_hydrogens = False
classmethod from_json(obj)

Create Descriptor instance from json dict.

Parameters

obj (dict) – descriptor dict

Returns

descriptor

Return type

Descriptor

get_3D_mol()
get_parameter_dict()
kekulize = False
parameter_names = ('k',)
require_3D = False
require_connected = False
rtype

alias of builtins.float

to_json()

Convert to json serializable dictionary.

Returns

dictionary of descriptor

Return type

dict

class mordred.MoeType.SlogP_VSA(k=1)[source]

Bases: mordred.MoeType.MoeTypeBase

MOE type descriptors using Wildman-Crippen LogP and surface area contribution(rdkit wrapper).

Parameters

k (int) – (\(1 <= k <= k_{\rm max}\))

since = StrictVersion ('1.0')
k_max = 12
config
description()
explicit_hydrogens = False
classmethod from_json(obj)

Create Descriptor instance from json dict.

Parameters

obj (dict) – descriptor dict

Returns

descriptor

Return type

Descriptor

get_3D_mol()
get_parameter_dict()
kekulize = False
parameter_names = ('k',)
require_3D = False
require_connected = False
rtype

alias of builtins.float

to_json()

Convert to json serializable dictionary.

Returns

dictionary of descriptor

Return type

dict

class mordred.MoeType.EState_VSA(k=1)[source]

Bases: mordred.MoeType.MoeTypeBase

MOE type descriptors using EState indices and surface area contribution(rdkit wrapper).

Parameters

k (int) – (\(1 <= k <= k_{\rm max}\))

since = StrictVersion ('1.0')
k_max = 11
config
description()
explicit_hydrogens = False
classmethod from_json(obj)

Create Descriptor instance from json dict.

Parameters

obj (dict) – descriptor dict

Returns

descriptor

Return type

Descriptor

get_3D_mol()
get_parameter_dict()
kekulize = False
parameter_names = ('k',)
require_3D = False
require_connected = False
rtype

alias of builtins.float

to_json()

Convert to json serializable dictionary.

Returns

dictionary of descriptor

Return type

dict

class mordred.MoeType.VSA_EState(k=1)[source]

Bases: mordred.MoeType.MoeTypeBase

MOE type descriptors using EState indices and surface area contribution(rdkit wrapper).

Parameters

k (int) – (\(1 <= k <= k_{\rm max}\))

since = StrictVersion ('1.0')
k_max = 10
config
description()
explicit_hydrogens = False
classmethod from_json(obj)

Create Descriptor instance from json dict.

Parameters

obj (dict) – descriptor dict

Returns

descriptor

Return type

Descriptor

get_3D_mol()
get_parameter_dict()
kekulize = False
parameter_names = ('k',)
require_3D = False
require_connected = False
rtype

alias of builtins.float

to_json()

Convert to json serializable dictionary.

Returns

dictionary of descriptor

Return type

dict