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

Dev - version 0.4 #25

Closed trevismd closed 3 years ago

trevismd commented 3 years ago

See previous PRs and changelog for detailed descriptions of the commits' content.

codecov[bot] commented 3 years ago

Codecov Report

Merging #25 (c2b6573) into master (572bb81) will increase coverage by 1.43%. The diff coverage is 95.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   94.76%   96.19%   +1.43%     
==========================================
  Files          22       28       +6     
  Lines        1508     1681     +173     
==========================================
+ Hits         1429     1617     +188     
+ Misses         79       64      -15     
Impacted Files Coverage Δ
statannotations/stats/test.py 100.00% <ø> (ø)
statannotations/PValueFormat.py 96.62% <80.00%> (-2.14%) :arrow_down:
statannotations/Annotator.py 87.39% <87.50%> (-0.09%) :arrow_down:
statannotations/_Plotter.py 97.19% <97.19%> (ø)
statannotations/_Xpositions.py 97.36% <97.36%> (ø)
statannotations/Annotation.py 100.00% <100.00%> (ø)
statannotations/_version.py 100.00% <100.00%> (ø)
statannotations/format_annotations.py 100.00% <100.00%> (+6.45%) :arrow_up:
statannotations/stats/ComparisonsCorrection.py 91.75% <100.00%> (+1.39%) :arrow_up:
statannotations/stats/StatTest.py 100.00% <100.00%> (ø)
... and 14 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 572bb81...c2b6573. Read the comment docs.