Formatting (:py:mod:`violin.formatting`) ======================================== This page details the formatting functions of VIOLIN, used during model and reading input. The formatting step is important, as it: * identifies duplicate interactions in the reading output, * counts the number of times an interaction was found in the reading (:ref:`scoring:Evidence Score`), * converts the variable representation of the model regulators into the common names The formatting functions are also responsible for inputting models and machine reading output which are not in the BioRECIPES or REACH format (respectively). Functions --------- .. autofunction:: violin.formatting.evidence_score .. autofunction:: violin.formatting.add_regulator_names_id .. autofunction:: violin.formatting.get_listname Dependencies ------------ **Python**: `pandas `_ and `NumPy `_ libraries, as well as the `os.path `_ module **VIOLIN**: none Usage ----- This module is used in during file input in the `input/output` module. For an example of using the `convert` functions, see :ref:`tutorials:Tutorial 4: Alternative Input`.