I've been using the JChem Calculator Plugins to generate various descriptors for molecule dataset.
Some of the descriptor nodes produce results in Marvin images. Does anyone knows how can I extract their real values into tables? Maybe from the available renderers?
For instance, I use the Charge node from the Calculator Plugins. This node calculates the charge of a molecule and gives me result of MrvCell type.
So now, what I need is to have the data values of these charges for my other process. For example, to calculate the total amount of charge belongs to a molecule. To do this, I have to extract all the charge values in a table of real values format. Any idea or method to do this?
Yes! The Chemical Terms node has solved my problem :) Thank you very much.
If I may ask, how can I add multiple functions in one node, so it generates more than one functions and gives me the results in one single column? I couldn't find the syntax for that.
Unfortunately, the Chemical Terms node can output only one result, even though we use multiple functions.
For instance, the minimum of the partial charge values on atoms 7, 8 and 9 (0-based) of the input molecule: "min(charge(7), charge(8), charge(9))".
Therefore, we should use loop in the workflow.
Could you please confirm the attached example workflow?