This is the core code for the nonadditivity analysis package. Below, see a list of which file handles which part of the functionality.
The whole analysis uses Pandas Dataframes.
cli.py: Has the main function that is called by using the command line commandnonadditivity. calls a function defined in the nonadditivity_workflow.py.naa_workflow: Contains the core Nonadditivity algorithm as well as some I/O functionality.classification: contains all functionality to run the classification of Nonadditivity cases.utils: contains helper scripts.