Classes:
- 
          LigandMap–Work on a list of morphs and use their information to generate a each to each map. 
LigandMap(ligands, morphs)
Work on a list of morphs and use their information to generate a each to each map. This class then uses the information for * clustering, * path finding (traveling salesman, minimum spanning tree) * visualisation, etc.
Methods:
- 
            generate_map–Use the underlying morphs to extract the each to each cases. 
Source code in ties/ligandmap.py
                    | 27 28 29 30 31 32 33 |  | 
generate_map()
Use the underlying morphs to extract the each to each cases.
Source code in ties/ligandmap.py
              | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |  |