Dear RDKitters,
within a given list of SMILES codes, I would like to get matches between
acidic functionalies and basic functionalities as well when I do a search
gainst a query SMILES code.
To be more precise: In the example given below, I would like to get all the
entries in the db_smiles list that bear an carboxylic acid functionality
(without the phenyl ring). Additionally, I would like to "jump" from one
acid to another - e.g. jump from an carboxylic acid to an hydroxyl group.
Of course, this is a much weaker acid.
In my understanding, 2 steps are necessary - not reflected in my snippet:
(1) Dump out the basic/acidic functionality of the query molecule
(2) Do the same task for each db_smile & find matches between the
pharmacophoric
features.
Here comes the snippet:
"
query_mol = Chem.MolFromSmiles('O=C(O)c1ccccc1')
query_fp = Generate.Gen2DFingerprint(query_mol,Gobbi_Pharm2D.factory)
for db_smile in db_smiles:
db_mol = Chem.MolFromSmiles(db_smile)
db_mol_fp = Generate.Gen2DFingerprint(query_mol,Gobbi_Pharm2D.factory)
"
Cheers & Thanks,
Paul
This message and any attachment are confidential and may be privileged or
otherwise protected from disclosure. If you are not the intended recipient,
you must not copy this message or attachment or disclose the contents to
any other person. If you have received this transmission in error, please
notify the sender immediately and delete the message and any attachment
from your system. Merck KGaA, Darmstadt, Germany and any of its
subsidiaries do not accept liability for any omissions or errors in this
message which may arise as a result of E-Mail-transmission or for damages
resulting from any unauthorized changes of the content of this message and
any attachment thereto. Merck KGaA, Darmstadt, Germany and any of its
subsidiaries do not guarantee that this message is free of viruses and does
not accept liability for any damages caused by any virus transmitted
therewith.
Click http://disclaimer.merck.de to access the German, French, Spanish and
Portuguese versions of this disclaimer.
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn
about Cisco certifications, training, and career opportunities.
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss