Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 579 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 579 Bytes

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")