NSP.plot_profiles

NSP.plot_profiles#

missionbio.demultiplex.protein.nsp.NSP.plot_profiles

NSP.plot_profiles(rows: int = 10, scale: Optional[float] = None, names: Optional[ndarray] = None) Figure#

Create a plot showing the asinh profiles of the antibodies. This is useful to judge if the scaling factor was estimated accurately.

Parameters:
  • rows – The number of rows in the plot.

  • scale – The scaling factor. If None, then the estimated scaling factor is shown.

  • names – The names of the antibodies.

Returns:

go.Figure


< Class NSP