Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.08 KB

seaborn_extensions

A collection of general plotting functions for biology built on top of seaborn.

Features

  • swarmboxenplot: Overlayed swarm- and boxen-plots with significance bars between groups.
  • clustermap: The great clustermap but with easy annotation of rows and columns for numeric and categorical factors.
  • volcano_plot: A volcano plot with great defaults.
  • rankplot: A simple rank vs value plot, also known as a waterfall plot.

Installation

To install seaborn_extensions, simply use pip:

pip install seaborn_extensions

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.