ICM Manual

The list of functions is expanding. See add column function section for the syntax to use the in a command line. See the GUI/Chemistry menu in ICM-graphics version for different properties that are added through some of these functions. The current list of the functions is the following: E.g. add column t function="MolPSA(mol)" name="PLSA"

Example of how to use the functions:
add column t Chemical({"CCO","CCCCO","CO"}) {"ethanol","propanol","methanol"} name={"mol","name"} #make (or read) a chemical table.
add column t function="MolLogD(mol)" name="cLogD"

Direct Icm built-in-functions, e.g.:

Direct Icm shell-script-functions, e.g. predCovfunc( X ):

Functions using Molscreen models in $ICMHOME/models/ folder (alternatively, the full path to the model-file location needs to be specified).

To run this function from a command line one needs to do the following (assuming a table 't' with a column 'mol':
add colummn t function="predictModelsCol(mol,'mcpPGP')" name="PGP"