Query options in marvin

User 121b723e0c

07-06-2005 15:59:50

This may be a double post (can't find my original post).





I am trying to add the query option





setChiralFlagConsidered(true)





but through oracle cartridge (not java/jsp). How can this be done?





Thank you.

ChemAxon aa7c50abf8

07-06-2005 16:31:21

Example:


Code:
SELECT count(*) FROM nci_150k WHERE jc_compare(structure, 'Brc1ccccc1', 't:s absoluteStereo:c') = 1;



Please, see http://www.jchem.com/doc/guide/cartridge/cartapi.html#jc_compare for more details.