Molecular structure drawing

MolecularGraph.graphmolMethod
graphmol(mol::SubgraphView{GraphMol}) -> GraphMol

Generate a new GraphMol from a substructure view.

Graph property caches and attributes are not inherited.

source
MolecularGraph.graphmolMethod
graphmol(atoms::Vector{Atom}, bonds::Vector{Bond}) -> GraphMol

Generate GraphMol that has the given atom objects and edge objects.

source
MolecularGraph.querymolMethod
querymol(atoms::Vector{Atom}, bonds::Vector{Bond}) -> GraphMol

Generate QueryMol that has the given atom objects and edge objects.

source
MolecularGraph.todictMethod
todict(graph::GraphMol) -> Dict{String,Any}

Convert molecule object into JSON compatible dictionary.

source