Molecular structure drawing

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

Generate a new GraphMol from a substructure view.

Graph property caches and attributes are not inherited.

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

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

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

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

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

Convert molecule object into JSON compatible dictionary.

source