greatpy.pl.graph_nb_asso_per_peaks

greatpy.pl.graph_nb_asso_per_peaks(test, regdom, ax=None, color=None)

Creates a barplot representing the percentage of peaks for all possible association numbers

Parameters:
test : str or pd.DataFrame

Genomic set of peaks to be tested

regdom : str or pd.DataFrame

Regulatory domain of all genes in the genome

ax : matplotlib.axes or None

Define the position of the plot in a figure

Default is None

color : str

Color of the bar

Default is None

Returns:

Barplot of the number of associated genes per peak

Return type:

None