User a216001020
02-05-2007 10:27:56
If not, would it be possible to include such an option in a future version?
User a216001020
02-05-2007 10:27:56
ChemAxon efa1591b5a
02-05-2007 22:39:57
User a216001020
03-05-2007 13:58:46
ChemAxon efa1591b5a
04-05-2007 10:23:43
User a216001020
04-05-2007 14:44:20
mvargyas wrote: |
I see. You can implement a custom descriptor. Generate the Cfp-s for each reactants and convert the bits to individual decimal numbers. The ChemicalFingeprint class offers various ways to do that, though no direct bitstring-to-decimalvector method is available. You may consider either http://www.chemaxon.com/jchem/doc/api/chemaxon/descriptors/ChemicalFingerprint.html#toDecimalString() or better http://www.chemaxon.com/jchem/doc/api/chemaxon/descriptors/ChemicalFingerprint.html#toFloatArray(). |
mvargyas wrote: |
You can derive your descriptor from the CustomDescriptor class http://www.chemaxon.com/jchem/doc/api/chemaxon/descriptors/CustomDescriptor.html, this constructor http://www.chemaxon.com/jchem/doc/api/chemaxon/descriptors/CustomDescriptor.html#CustomDescriptor(int,%20int) can be used to create a decimal descriptor. An example of implementing custom fingerprints can be found in the Screen developers guide: http://www.chemaxon.com/jchem/doc/guide/screen/index.html#custom . In the Contrib area of the forum you find a custom fingerprint implementation by one of our user, this may also help: http://www.chemaxon.com/forum/ftopic352.html. It should be very easy and straightforward to implement the reaction fingerprint you designed, only this merging of individual fingerprints need to be implemented, the rest is provided by the Screen framework. If not - tell us! |
ChemAxon efa1591b5a
04-05-2007 14:54:22
Quote: |
But the decimal or float will still only get values of 0 (or 0.0000000) or 1 (1.0000) , right? Or would it get the counts? |
Quote: |
But in that case wouldn't I have to reimplement the algorithms for the hashed fingerprints? |
User a216001020
07-05-2007 13:33:04
mvargyas wrote: | ||
|
ChemAxon efa1591b5a
08-05-2007 09:42:40
User a216001020
24-05-2007 13:11:33
mvargyas wrote: |
O.k. that should be straightforward to implement. Good luck and let us know if we can help. |
ChemAxon efa1591b5a
24-05-2007 14:17:17
User bdf7958843
12-12-2015 10:56:53
Dear Colleagues, as I understand reaction fingerprints can be used for description fo the enzymatic and biochemical reactions as well? Are there some publications, which use chemical reaction fingerprints for the next tasks:
1. Prediction of compounds to be a substrate for certain enzymes in the cells?
2. Predictions of the metabolism directions for the compounds?
ChemAxon d51151248d
16-12-2015 10:09:11
Hi,
No, the reaction fingerprint was designed to be applied on ordinary chemical reactions, not specifically for biochemical reactions.
1. No, we are not aware of any publications on this topic.
2. If you are interested in predicting metabolic pathways, I suggest checking out our Metabolizer tool.
I hope this helps,
Daniel