Plotting: pl

Plotting: pl#

The plotting module crested.pl provides a variety of functions to visualize your results.

It’s organised into submodules, according to what kind of data you would like to plot.

Submodules

corr

Visualize correlations for the entire dataset.

design

Visualize the results of enhancer design.

dist

Visualize data distributions.

explain

Visualize sequence explanations, aka contribution scores.

locus

Visualize results across a locus.

modisco

Visualize results of the modisco pipeline.

qc

Visualize various normalisation and filtering steps.

region

Visualize ground truth and/or predictions for a single region.

Functions

create_plot(ax, kwargs_dict[, ...])

Create a new plot or gather the figure if already existing.

render_plot(fig, axs[, title, suptitle, ...])

Render a plot with customization options.