stereo.plots.PlotCollection.highly_variable_genes#

PlotCollection.highly_variable_genes(res_key, width=None, height=None, xy_label=['mean expression of genes', 'dispersions of genes (normalized)'], xyII_label=['mean expression of genes', 'dispersions of genes (not normalized)'])[source]#

Scatter of highly variable genes

Parameters:
  • res_key (str) – the result key of highly variable genes.

  • 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.

  • xy_label (Optional[list]) – the x、y label of the first figure.

  • xyII_label (Optional[list]) – the x、y label of the second figure.