Giter Site home page Giter Site logo

decimer-java's Introduction

DOI

DECIMER

The project aims to develop methods to employ deep learning to recognize and interpret chemical structure from images in the printed and online literature with the aim of re-discovering scientific facts about natural products and their meta-data. The method, of course, will be generically applicable to most organic chemistry publications.
The project is co-supervised by Prof. Christoph Steinbeck, Jena, and Prof. Achim Zielesny, Westphalian University of Applied Sciences, Recklinghausen.

  • This repository contains scripts written in Java using CDK Libraries at the back end.
    • Here we have scripts that we used to explore various ways in depicting images.
    • We have scripts used to generate SMILES, Inchis from SDF files, and vice versa.
    • We also have scripts written to curate big chemical databases, to get relevant data for our own use case
    • You can also find tools to check the validation of our machine learning algorithm written in Python. Which is hosted in DECIMER-I2S and DECIMER-Python Repositories.

DECIMER source directory layout

├── DECIMER/src/org/openscience/
    └─decimer/
        ├ ─ ConformerGeneration.java
        ├ ─ DescriptorCalculator.java
        ├ ─ HIsotopeFinder.java
        ├ ─ Image2Array.java
        ├ ─ Image2ArrayRandom.java
        ├ ─ ImageResizer.java
        ├ ─ IndividualAtomCount.java
        ├ ─ LabelCreator.java
        ├ ─ MolWeightCalculator.java
        ├ ─ MoleculeFilters.java
        ├ ─ MoleculeSelector.java
        ├ ─ RejectChargedMols.java
        ├ ─ SmilesDepictor.java
        ├ ─ StrcutureDepitor8bit.java
        ├ ─ StructureDepictor.java
        ├ ─ StructureDepictorGrayscale.java
        └ ─ TanimotoCalculator.java

How to use the scripts

  • The java codes can be used by cloning the repository and compiling them using CDK as referenced library.

    • you have to change the input and output directory in every code before you use them.
    • for example : - Generating Images - We can use SmilesDepictor.java
    e.g: 
    javac -cp cdk-2.3.jar:. SmilesDepictor.java   # Compiling the script on your local directory.
    java -cp cdk-2.3.jar:. SmilesDepictor         # Run the compiled script.

License:

  • This project is licensed under the MIT License - see the LICENSE file for details

Author:

Project Website

Research Group

GitHub Logo

decimer-java's People

Contributors

kohulan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.