trevismd / statannotations

add statistical significance annotations on seaborn plots. Further development of statannot, with bugfixes, new features, and a different API.
Other
639 stars 71 forks source link

Refactoring - Violin plots - And more #16

Closed trevismd closed 3 years ago

trevismd commented 3 years ago

This version comes with a lot of changes:

Unit and integration tests as well as sphinx documentation are also added.

codecov[bot] commented 3 years ago

Codecov Report

Merging #16 (1b476a3) into master (c4d8f9a) will increase coverage by 33.61%. The diff coverage is 93.50%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #16       +/-   ##
===========================================
+ Coverage   61.15%   94.76%   +33.61%     
===========================================
  Files          17       22        +5     
  Lines         852     1508      +656     
===========================================
+ Hits          521     1429      +908     
+ Misses        331       79      -252     
Impacted Files Coverage Δ
statannotations/Annotator.py 87.47% <87.47%> (ø)
statannotations/format_annotations.py 93.54% <90.00%> (+48.38%) :arrow_up:
statannotations/stats/ComparisonsCorrection.py 90.36% <90.00%> (+1.79%) :arrow_up:
statannotations/PValueFormat.py 98.76% <98.76%> (ø)
statannotations/__init__.py 100.00% <100.00%> (ø)
statannotations/_version.py 100.00% <100.00%> (ø)
statannotations/stats/StatResult.py 90.69% <100.00%> (ø)
statannotations/stats/StatTest.py 100.00% <100.00%> (+35.29%) :arrow_up:
statannotations/stats/test.py 100.00% <100.00%> (ø)
statannotations/stats/utils.py 100.00% <100.00%> (+62.96%) :arrow_up:
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c4d8f9a...1b476a3. Read the comment docs.