User dfeb81947d
02-09-2005 16:05:58
Dear Support,
I have to apologize to ask about these basis, and ask those simple and basic questions.
I'm using API to import structures in CSMOL and make structure search...
but recently I'm asking question about the options to use.
I'm importing structure with :
and making research with:
but actually if someone draw a molecule containing stereochemistry but no chiral flag (mistake) and is imported afterward, the structure is not found by substructure search whose cd_smiles contains the |r| as explained here.
AM I right with the Stereo search options?
Whatever, I don't really understand the difference between:
ABS_STEREO_TABLE_OPTION
ABS_STEREO_CHIRAL_FLAG
ABS_STEREO_ALWAYS_ON
An other question is:
if a molecule doesn't contain a Chiral Flag but possess Chiral Centers.
with table.USER.TABLE_CSMOL.absoluteStereo=true, the Chiral Flag is not added to the molecule but there is a "|r|" in smiles.
During search if one would want the molecule he has to make a query with a chiral flag (as if the molecule got a virtual chiral flag)?
Am I Right?
So if there are Chiral structures in the database and people don't flag the molecule with Chiral Flag (on purpose or by mistake) and make Structure Search with a query without Chiral Flag but the same stereochemistry,
I should put the option as so:
How Can I do Relative Stereo? I just need to remove the line searcher.setAbsoluteStereo ?
Thank you for your help and your precious informations.
Warmest Regards
Jacques
I have to apologize to ask about these basis, and ask those simple and basic questions.
I'm using API to import structures in CSMOL and make structure search...
but recently I'm asking question about the options to use.
I'm importing structure with :
Quote: |
table.USER.TABLE_CSMOL.absoluteStereo=true |
Code: |
searcher.setAbsoluteStereo(JChemSearch.ABS_STEREO_ALWAYS_ON); |
but actually if someone draw a molecule containing stereochemistry but no chiral flag (mistake) and is imported afterward, the structure is not found by substructure search whose cd_smiles contains the |r| as explained here.
AM I right with the Stereo search options?
Whatever, I don't really understand the difference between:
ABS_STEREO_TABLE_OPTION
ABS_STEREO_CHIRAL_FLAG
ABS_STEREO_ALWAYS_ON
An other question is:
if a molecule doesn't contain a Chiral Flag but possess Chiral Centers.
with table.USER.TABLE_CSMOL.absoluteStereo=true, the Chiral Flag is not added to the molecule but there is a "|r|" in smiles.
During search if one would want the molecule he has to make a query with a chiral flag (as if the molecule got a virtual chiral flag)?
Am I Right?
So if there are Chiral structures in the database and people don't flag the molecule with Chiral Flag (on purpose or by mistake) and make Structure Search with a query without Chiral Flag but the same stereochemistry,
I should put the option as so:
Code: |
table.USER.TABLE_CSMOL.absoluteStereo=false searcher.setAbsoluteStereo(JChemSearch.ABS_STEREO_TABLE_OPTION) |
How Can I do Relative Stereo? I just need to remove the line searcher.setAbsoluteStereo ?
Thank you for your help and your precious informations.
Warmest Regards
Jacques