ACCLAB / DABEST-python

Data Analysis with Bootstrapped ESTimation
https://acclab.github.io/DABEST-python/
Apache License 2.0
341 stars 47 forks source link

compare all condition-condition pairs? #55

Closed qihongl closed 5 years ago

qihongl commented 5 years ago

If I understand correctly, the package only supports comparing all conditions to one reference condition.

I thought it would be really neat if dabest can plot more than one reference conditions. For example, I think it would be useful to do all pair-wise comparison (compare condition i vs. condition j for all i, j s.t. i != j). For example, one possible layout is to use the 0-th row to plot the raw data, and plot a grid of mean difference distributions underneath, where the i-th row uses the i-th condition as the reference condition.

Thanks!

adamcc commented 5 years ago

HI Qihong,

Thanks for the suggestion, it's a neat idea to show a grid of effect sizes.

For a variety of reasons, we won't be able to develop this in the near future. You are welcome to code this yourself and submit a pull request.

Best, Adam

josesho commented 5 years ago

Closing this issue for now; if you want to submit a PR, feel free to reference this!