Skip to content

Latest commit

 

History

History
74 lines (58 loc) · 2.65 KB

index.i.md

File metadata and controls

74 lines (58 loc) · 2.65 KB

Groovy Cheminformatics with the Chemistry Development Kit

<script type="application/ld+json"> { "@context":"http://schema.org/", "@type":"CreativeWork", "about":"This text book describes how to write cheminformatics software with Groovy and the Chemistry Development Kit.", "audience":[{ "@type":"Audience","name":"post-docs" }], "genre":[{ "@type":"URL","url":"http://edamontology.org/topic_2258" }], "name":"Groovy Cheminformatics with the Chemistry Development Kit", "author":[{ "@type":"Person", "name":"Egon Willighagen", "identifier":"0000-0001-7542-0286" }], "keywords":"cheminformatics, chemoinformatics, java, Groovy, Chemistry Development Kit, CDK", "license":"CC BY-SA 4.0", "url": "https://egonw.github.io/cdkbook/", "version":"-" } </script>

Edition -

Egon L. Willighagen PhD
Long time CDK developer

© E.L. Willighagen 2011-2024

License: CC-BY-SA 4.0 International

DOI

Warning

This book is being opensourced [Q115942292]. This involves transforming the LaTeX source into Markdown, and updating all scripts to ensure all the automation works well. I have made good steps forward, but it will take some time for things to iron out. If you find issue, please report them here. If you like this book, please give the GitHub repository a star.

Most code snippets in this book are actually Groovy scripts, but this repository has some Jupyter notebook examples. If you want to know how any of those examples translates to Python, please file a request here.

Contents

toc.txt

Index

Appendix A
A.1 CDK Atom Types
A.2 Sybyl Atom Types
Appendix B
B.1 Isotope List
Appendix C
C.1 Molecular Descriptors
C.2 Atomic Descriptors
C.3 Atom-Pair Descriptors
C.4 Bond Descriptors
C.5 Protein Descriptors
Appendix D
D.1 Readers and Writers

References