qiime2 / q2-longitudinal

QIIME 2 plugin for paired sample comparisons
BSD 3-Clause "New" or "Revised" License
9 stars 18 forks source link

Add Shapiro-Wilk test #163

Open timyerg opened 3 years ago

timyerg commented 3 years ago

Add Shapiro-Wilk test and show resulted p-value in visualization, so the user could see if data following normal distribution. If not, corresponding warning should be displayed.

Current behavior: No data normality test performed.

Desired behavior: Test for data distribution and warn if data not following normal distribution.