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
' Draw a NADPH molecule 2D structure in Extension pipline style.
Call IO _
.LoadKCF("./DATA/NADPH.txt") _
.Draw() _
.Save("./DATA/NADPH.png")