stereo.plots.PlotCollection.genes_count#

PlotCollection.genes_count(x_label=['total_counts', 'total_counts'], y_label=['pct_counts_mt', 'n_genes_by_counts'], ncols=2, dot_size=None, palette='#808080', width=None, height=None, **kwargs)[source]#

Quality control index distribution visualization.

Parameters:
  • x_label (Optional[list]) – list of x label.

  • y_label (Optional[list]) – list of y label.

  • ncols (Optional[int]) – the number of columns.

  • dot_size (Optional[int]) – the dot size.

  • palette (Optional[str]) – color theme.

  • width (Optional[int]) – the figure width in pixels.

  • height (Optional[int]) – the figure height in pixels.

  • out_path – the path to save the figure.

  • out_dpi – the dpi when the figure is saved.