helpers Sub-Package

Currently, the helpers sub-package is divided as follows:

  • custom_types module contains types helfully to argument parsing. See custom_types.

  • pipeline module that contains main analysis code. See pipeline.

  • jaccard module that contains a implementation of Jaccard similarity for booleans. See Jaccard.

  • data_handling module that that contains code for manipulating dataframes. See data_handling.