User f28a846261
20-10-2011 23:44:59
Is there a tool in the ChemAxon suite that can be used to identify natural product-like compounds in a database?
Mike
User f28a846261
20-10-2011 23:44:59
Is there a tool in the ChemAxon suite that can be used to identify natural product-like compounds in a database?
Mike
ChemAxon e08c317633
25-10-2011 08:40:02
Hi Mike,
Please define "natural product-like compounds".
Zsolt
User f28a846261
25-10-2011 20:19:13
Hi Zsolt,
As in
Regards,
Mike
ChemAxon afdac7b783
28-10-2011 15:10:49
Dear Mike,
Chemaxon's Chemical Terms (CT) language is used to formulate chemical expressions
including e.g., property predictions, ring and distance based topological functions, and
other electronical, steric and structural functions. Chemical Terms expressions
can be used in various ChemAxon applications including JChem Base, JChem
Cartridge, Instant JChem, Reactor, Screen, etc., or from command line using the
"evaluate" tool.
The Chemical Terms Evaluator
is designed to evaluate mathematical expressions on molecules using built-in
chemical and general purpose functions. It is also possible to add your individual
set of configurations defined by CT functions to this built-in set of
calculations.
For example, the definition of lead-likeness is:
(mass() <= 450)&&
(logD("7.4") >= -4) && (logD("7.4") <= 4)&&
(ringCount() <= 4) &&
(rotatableBondCount() <= 10) &&
(donorCount() <= 5) &&
(acceptorCount() <= 8)
The full list of available CT functions can be found here: http://www.chemaxon.com/marvin/help/chemicalterms/EvaluatorFunctions.html
Read more about Chemical Terms: http://www.chemaxon.com/chemterms.html
ChemAxon has also the Screen software suite, which provides tools for
pharmacophore analysis, screening and selectivity optimizations.
http://www.chemaxon.com/jchem/doc/user/Screen.html
Regards,
Viktoria