Molformula dot disconnected ?

User 4140faeba5

13-01-2006 09:16:02

Hi.


JCHEM_CORE_PKG.GETENVIRONMENT()


--------------------------------------------------------------------------------


Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production


PL/SQL Release 9.2.0.6.0 - Production


CORE 9.2.0.6.0 Production


TNS for Solaris: Version 9.2.0.6.0 - Production


NLSRTL Version 9.2.0.6.0 - Production


NLSRTL Version 9.2.0.6.0 - Production


JChem version in the database: 3.1.4


JChem version in the Tomcat server: 3.1.4


java.vm.version: 1.4.2_10-b03


java.vm.vendor: Sun Microsystems Inc.


Apache Tomcat/5.5.12





JCHEM_CORE_PKG.GETENVIRONMENT()


--------------------------------------------------------------------------------


Major JDBC version in Tomcat: 1


Minor JDBC version in Tomcat: 0





Hi.


How do I set so that molformulas are stored (and returned from jc_formula)


so they get dot-disconnected between fragments ?





ex: select jc_formula('Cl.c1ccccc1') from dual;


C6H7Cl





I would like to have that returned C6H7.Cl





Regards,


/Mikael

User 4140faeba5

16-01-2006 08:28:47

Hi.


Is it possible to get the cd_formula with dot separated fragments ?





It is very urgent because our registration system is dependent on the dot separated molformula.





/Mikael

ChemAxon a3d59b832c

16-01-2006 08:44:36

Hi Mikael,





We are just discussing what would be the best approach. We will get back soon.





Just a few questions in the meantime:





1. I suppose the correct formula would be to your example "C6H6.ClH" Is that right?





2. How should the fragments be ordered?





(Ordering by simply atom index would give "ClH.C6H6" but that would not be canonical enough and you just referred to the other order.)





Best regards,


Szabolcs

User 4140faeba5

16-01-2006 08:54:36

Hi.


1: Yes that is right.


2: Order by weight, heaviest first.





/Mikael

ChemAxon a3d59b832c

16-01-2006 15:04:03

Hi Mikael,





We will add a new function to Chemical Terms for dot-connected formula, so you will be able to use it through jc_evaluate. We will be able to implement it in a relatively short time, so this will be included in one of the coming minor releases.





Do you know any other rule we have to be aware of when generating this formula? And how standard is this? (I mean what systems is this formula used in?)





Best regards,


Szabolcs

User 4140faeba5

18-01-2006 08:14:52

Hi.


The following applies to the formula.


Identify the "active" fragment and put that first, then take the rest and sort them by weight


putting the largest first (after the active).





Almost every chemical system uses this syntax (MDL, Tripos, Accelrys, ACD/Labs etc)





/Micke

ChemAxon d76e6e95eb

18-01-2006 13:08:40

The components will be sorted by carbon-content then by atom count. I hope that this will provide the expected result.

ChemAxon aa7c50abf8

17-02-2006 11:20:03

This feature has been implemented and will be included in the next JChem release. It will be available via the jc_evaluate_x operator and the jcf_evaluate_x function.





Example:


Code:
select jc_evaluate_x('CCO.CO', 'chemTerms:dotDisconnectedFormula()') from dual


    ==> C2H6O.CH4O

User 4140faeba5

16-03-2006 12:41:56

Hi.


When is this going to be released ?





Also: Will this be applied to the default cd_molformula column ?





/Mikael

ChemAxon 9c0afc9aaf

16-03-2006 13:53:45

Quote:
When is this going to be released ?
This code will be present in the next release of Marvin, and in the next JChem that is built on this Marvin version.


We do not have a specific date set, but it may take month.





We can build you a test release if needed, but it may not be as stable as an official version - you decide if you take the risk of using it in a live system.
Quote:
Also: Will this be applied to the default cd_molformula column ?
No, we do not plan such a change.





Best regards,





Szilard

User 4140faeba5

16-03-2006 14:08:17

Do you think it will be released this month ?


If not, I'll have to write my own procedure to calculate the


molformula correctly.


/Mikael

ChemAxon 9c0afc9aaf

16-03-2006 17:21:04

Quote:
Do you think it will be released this month ?
We will try to come out with something next week.





Best regards,





Szilard