https://github.com/yufongpeng/starplot
Create barplots or boxplots with significant level annotations.
https://github.com/yufongpeng/starplot
barplots boxplots f-test mann-whitney matplotlib python seaborn significance-stars t-test
Last synced: 3 months ago
JSON representation
Create barplots or boxplots with significant level annotations.
- Host: GitHub
- URL: https://github.com/yufongpeng/starplot
- Owner: yufongpeng
- Created: 2021-10-05T16:00:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T17:28:01.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T21:18:47.948Z (5 months ago)
- Topics: barplots, boxplots, f-test, mann-whitney, matplotlib, python, seaborn, significance-stars, t-test
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: NEWS.txt
Awesome Lists containing this project
README
starplot
==========================
A single class to take pairwise tests between groups, and create boxplots or barplots with significant level annotations.Classmethods
-------
1. `StarPlot`: only do some internal transformations.
2. `StarPlot.test`: do statistical tests without plotting.
3. `StarPlot.base`: plot without annotations.
4. `StarPlot.star`: test, plot, and annotate.Credits
-------- `Distribute`_
- `Buildout`_
- `modern-package-template`_.. _Buildout: http://www.buildout.org/
.. _Distribute: http://pypi.python.org/pypi/distribute
.. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template