Re: [Rdkit-devel] Pharm2D -- 4-point pharmacophores
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Greg L. <gre...@gm...> - 2016-02-10 03:59:12
|
Hi Ondrej, There's an illustration of the representation here: http://rdkit.org/docs/RDKit_Book.html#representation-of-pharmacophore-fingerprints Some discussion in the code of the terminology used: https://github.com/rdkit/rdkit/blob/master/rdkit/Chem/Pharm2D/Generate.py#L11 and an illustration of the way the distances are defined: https://github.com/rdkit/rdkit/blob/master/Docs/Code/Chem/Pharm2D.triangles.jpg It's been a while since I really looked at that code, but I don'd think there's really any reason why support for more than 3 features couldn't be enabled. -greg On Tue, Feb 9, 2016 at 10:02 PM, Ondrej Micka <mit...@gm...> wrote: > Hello, > I'd like to implement four-point (or generally N-point) pharmacophores > into rdkit's Pharm2D module. It seems that same parts of the module can > support more-than-three-point pharmacophores without any modification, > while some other can't. Is there any more thorough documentation than > the one generated by epydoc which could help me uderstand how the > generation of 2D pharmacophore fingerprints works? > Thanks, > Ondrej > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > _______________________________________________ > Rdkit-devel mailing list > Rdk...@li... > https://lists.sourceforge.net/lists/listinfo/rdkit-devel > |