ligandmap
Classes:
-
LigandMap
–Work on a list of morphs and use their information to generate a each to each map.
LigandMap
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
26 27 28 29 30 31 32 |
|
generate_map
generate_map()
Use the underlying morphs to extract the each to each cases.
Source code in ties/ligandmap.py
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
|