plot_sample_histogram#

RAPDOR.plots.plot_sample_histogram(rapdordata: RAPDORData, method: str = 'spearman', colors: Iterable[str] = ('rgb(138, 255, 172)', 'rgb(255, 138, 221)'), **kwargs)#

Plots the distribution of jensen-shannon-distance/spearman R for all pairwise samples

Parameters:
  • rapdordata (RAPDORData) – A RAPDORData object

  • method – either spearman or jensen-shannon-distance (jsd).

  • colors – colors to use for plotting

  • **kwargs – will be passed to the plotly make_subplots call

Returns: