openchemlib-utils
Preparing search index...
getProperties
Function getProperties
getProperties
(
molecule
:
Molecule
,
options
?:
{
includeDruglikeness
?:
boolean
;
includeToxicities
?:
boolean
}
,
)
:
{
acceptorCount
:
any
;
donorCount
:
any
;
logP
:
any
;
logS
:
any
;
mf
:
string
;
mw
:
number
;
polarSurfaceArea
:
any
;
rotatableBondCount
:
any
;
stereoCenterCount
:
any
;
}
Parameters
molecule
:
Molecule
Optional
options
:
{
includeDruglikeness
?:
boolean
;
includeToxicities
?:
boolean
}
= {}
Returns
{
acceptorCount
:
any
;
donorCount
:
any
;
logP
:
any
;
logS
:
any
;
mf
:
string
;
mw
:
number
;
polarSurfaceArea
:
any
;
rotatableBondCount
:
any
;
stereoCenterCount
:
any
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
openchemlib-utils
Loading...