_Assay.fishplot

_Assay.fishplot(sample_order=None, label_order=None)

Draws a fish plot

Parameters
sample_orderlist-like

The order in which the samples are to be ordered. If None, then an arbitrary order is drawn. A subset of the samples can also be provided

label_orderlist-like

The order in which the labels are to be ordered. If None, then an arbitrary order is drawn. A subset of the labels can also be provided

Returns
figplotly.graph_objs.figure
Raises
RuntimeError

If the assay object has only one sample

ValueError

If one of the given samples or labels is not found in the assay