Splicing-specific visualization classes and methods
Bases: object
Visualize results of modality assignments
Draw barplots grouped by modality of modality percentage per group
Show the values underlying bayesian modality estimations of an event
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: | 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
|