Chapter 1
Preface
This book is written to help people start developing cheminformatics software using theChemistry Development Kit, an open source cheminformatics toolkit written in Java [1,2].This book is written for version 1.2.1 and all code snippets in this book are compiled againstthis version when the book is build.Each snippet is actually a small Groovy script, BeanShell script, or Java Application, andall code is compiled and run. Some sections show the output of the code snippets. Each codesnippet has an orange bar which points to name of the script or application from which thesnippet was derived.
Bibliography
[1] C. Steinbeck, Y. Han, S. Kuhn, O. Horlacher, E. Luttmann, and E. Willighagen. Thechemistry development kit (cdk): an open-source java library for chemo- and bioinformat-ics.
J Chem Inf Comput Sci
, 43(2):493–500, 2003.[2] Christoph Steinbeck, Christian Hoppe, Stefan Kuhn, Matteo Floris, Rajarshi Guha, andEgon L. Willighagen. Recent developments of the chemistry development kit (cdk) - anopen-source java library for chemo- and bioinformatics.
Current Pharmaceutical Design
,pages 2111–2120, June 2006.3
Add a Comment