greatpy.pl.graph_absolute_dist_tss

greatpy.pl.graph_absolute_dist_tss(test, regdom, ax=None, color='#325fa8')

Creation of a barplot of the absolute distance between the peaks and the TSS of the associated gene(s).

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 #325fa8

Returns:

Barplot of the absolute distance between the peaks and the TSS of the associated gene(s)

Return type:

None