:mod:`memote.support.gpr_helpers` ================================= .. py:module:: memote.support.gpr_helpers .. autoapi-nested-parse:: Helper classes and functions for analyzing GPR associations. .. !! processed by numpydoc !! Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: memote.support.gpr_helpers.find_top_level_complex .. function:: find_top_level_complex(gpr) Find unique elements of both branches of the top level logical AND. :Parameters: **gpr** : str The gene-protein-reaction association as a string. :Returns: int The size of the symmetric difference between the set of elements to the left of the top level logical AND and the right set. .. !! processed by numpydoc !!