packman.apps.calculate_entropy module¶
The ‘predict_hinge’ object host file.
This is file information, not the class information. This information is only for the API developers. Please read the ‘predict_hinge’ object documentation for details.
Example:
from packman.apps import calculate_entropy
help( calculate_entropy )
- Authors:
- Pranav Khade(https://github.com/Pranavkhade)
-
packman.apps.calculate_entropy.entropy_cli(args, mol)¶ Command-line Interface for the ‘entropy’ command. Please check the packman.bin.PACKMAN file for more details.
This function is for the CLI and not an integral function for the API.
Parameters: - args (parser.parse_args()) – The arguments that were passed by the user to the PACKMAN-hinge app.
- mol (packman.molecule.Protein) – The ‘Protein’ object for the anaylsis.