cellfish.plot.ridgeplot

Contents

cellfish.plot.ridgeplot#

cellfish.plot.ridgeplot(adata, metric, groupby='Sample', mad=False, nmads=5, vmin=None, vmax=None, palette='tab20', show=True, save=None)#

Ridge / overlapping KDE of adata.obs[metric] grouped by groupby.

Parameters: