grassp.pl.remodeling_score

grassp.pl.remodeling_score#

remodeling_score(remodeling_score, show=None, save=None)[source]#

Plot remodeling score distribution.

Parameters:
remodeling_score ndarray

Array of remodeling scores to plot

show Optional[bool] (default: None)

Show the plot. If None, use scanpy’s plotting settings

save Union[bool, str, None] (default: None)

If True or a str, save the figure. A string is appended to the default filename. Infer the filetype if ending on {‘.pdf’, ‘.png’, ‘.svg’}

Return type:

Optional[List[Axes]]

Returns:

list or None If show=False, returns list of matplotlib axes objects for histogram and boxplot. If show=True, returns None and displays plot.