Bases: object
Visualize results of modality assignments
Draw the barplot of a single modalities_count
Plot a single splicing event’s changes in DataFrameNMF space, and its violin plots
Plot a histogram of both the original difference difference of psi scores from the pooled to the singles, and the scaled difference
Make a ‘lavalamp’ scatter plot of many splicing events
Useful for visualizing many splicing events at once.
| Parameters: | TODO.md: (n_events, n_samples).transpose() psi : array
color : matplotlib color
x_offset : numeric or None
title : str
ax : matplotlib.Axes object
switchy_score_psi : pandas.DataFrame
marker : str
plot_kws : dict
|
|---|---|
| Returns: | fig : matplotlib.Figure
|