User f52820d97e
11-07-2006 12:55:08
Hi,
I would like to have some precisions about the standardization procedure in JChem Base (forgive me if I don't ask in the right forum, I wasn't sure...)
As described in http://chemaxon.com/jchem/doc/admin/index.html#standardization upon import (of an sdf file for ex.) with jcman one can specify standardization options to store the structures (cd_smiles) in the tables.
From what I understood during the UGM (but I am maybe mistaken), then any query (substructure or similarity) is then used against the stored standardized form, but the original sdf structure is displayed for the results. Is that correct? This is also what I understand in
which means that the default behavior
would aromatize on import and query, but would dehydrogenize only on import?
It would be useful for me, since I have two separate tables for each set of molecules, one with salts and one with the molconvert -F option to remove salts, since I was afraid a similarity search would end up badly when salts are present. A custom standardization would eliminate the necessity for 2 tables...
A last point to be sure: is
the equivalent of the molconvert -F option (which works well for the type of structures I have)?
Thank you,
Nicolas
I would like to have some precisions about the standardization procedure in JChem Base (forgive me if I don't ask in the right forum, I wasn't sure...)
As described in http://chemaxon.com/jchem/doc/admin/index.html#standardization upon import (of an sdf file for ex.) with jcman one can specify standardization options to store the structures (cd_smiles) in the tables.
From what I understood during the UGM (but I am maybe mistaken), then any query (substructure or similarity) is then used against the stored standardized form, but the original sdf structure is displayed for the results. Is that correct? This is also what I understand in
Quote: |
The tasks specified as optional in the Standardizer configuration file are only performed on the molecules imported into the database, but not on the queries. |
Code: |
<?xml version="1.0" encoding="UTF-8"?> <!-- Standardizer configuration file --> <StandardizerConfiguration> <Actions> <Aromatize ID="aromatize"/> <Dehydrogenize ID="dehydrogenize" Optional="true"/> </Actions> </StandardizerConfiguration> |
would aromatize on import and query, but would dehydrogenize only on import?
It would be useful for me, since I have two separate tables for each set of molecules, one with salts and one with the molconvert -F option to remove salts, since I was afraid a similarity search would end up badly when salts are present. A custom standardization would eliminate the necessity for 2 tables...
A last point to be sure: is
Code: |
<Removal ID="keepOne" Method="keepLargest" Measure="atomCount"/> |
Thank you,
Nicolas