greatpy.pl.plot_enrich

greatpy.pl.plot_enrich(data, n_terms=20, color='cool', save=False)

Creation of a dotplot of the enrichment GO term in the inputs datas

Parameters:
data : pd.DataFrame

Results for greatpy

n_terms : int

the number of term to be shown.

Default is 20

color : str

The color of the cmap in the plot

Default is "cool"

save : bool

Is the plot should be save

Default is False

Returns:

Dotplot of the enrichment n first GO term in the input data

Return type:

None