Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 733 Bytes

File metadata and controls

13 lines (9 loc) · 733 Bytes

nonnadtivity package source code

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.

what is where

  • cli.py: Has the main function that is called by using the command line command nonadditivity. 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.