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
objectmethod – either spearman or jensen-shannon-distance (jsd).
colors – colors to use for plotting
**kwargs – will be passed to the plotly make_subplots call
Returns: