eugene.plot.distance_cooperativity_gia_plot

eugene.plot.distance_cooperativity_gia_plot(sdata, results_var='cooperativity', distance_var='distance', col_names=None, cols_to_plot=None, motif_a_name='', motif_b_name='')

Plot the median predicted cooperativity as a function of motif pair distance.

Parameters:
  • sdata (np.ndarray) – The input data array.

  • results_var (str, optional) – The name of the variable containing the cooperativity results, by default “cooperativity”.

  • distance_var (str, optional) – The name of the variable containing the motif pair distances, by default “distance”.

  • col_names (List[str], optional) – The names of the columns in the input data array, by default None.

  • cols_to_plot (List[str], optional) – The names of the columns to plot, by default None.

  • motif_a_name (str, optional) – The name of the first motif, by default “”.

  • motif_b_name (str, optional) – The name of the second motif, by default “”.

Return type:

None