BioDeep / KEGG.molDraw

Drawing chemical compound structures and glycan structures with capabilities to search against the KEGG databases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KEGG.molDraw

DOI

Drawing chemical compound structures and glycan structures with capabilities to search against the KEGG databases

This application source project required reference to sciBASIC.NET framework: https://github.com/xieguigang/sciBASIC

Example

' Draw a NADPH molecule 2D structure in Extension pipline style.
Call IO _
    .LoadKCF("./DATA/NADPH.txt") _
    .Draw() _
    .Save("./DATA/NADPH.png")

About

Drawing chemical compound structures and glycan structures with capabilities to search against the KEGG databases

License:MIT License


Languages

Language:Visual Basic .NET 99.9%Language:R 0.0%Language:Batchfile 0.0%