singleCellHaystack.plot_compare_ranks

singleCellHaystack.plot_compare_ranks#

singleCellHaystack.plot_compare_ranks(res1, res2, sort_by='logpval', xlabel=None, ylabel=None, return_ax=False)#

Plot the rank of two singleCellHaystack results.

This plot facilitates comparing two singleCellHaystack results.

Parameters:
  • res1 – singleCellHaystack result.

  • res2 – singleCellHaystack result.

  • sort_by – what column to use for sorting (rank).

  • xlabel – label for x-axis (res1).

  • ylabel – label for y-axis (res2).