I am facing an issue, while trying to test for significance my data issue from mass spectrometry. I am working in the omics domain, where data collected have a natural variance that can reach 30%. To be clear, if I do my experience twice with the same exact sample, I will not get the same data, some intensities will vary up to 30%. This said, I would like to compare two experiments, considering this natural variance. I tried a lot of test(wilcox test, t-test, mood test, Kolmogorov-Smirnov test), for but as the amount of data I have is high, a little change in mean median or distribution, will make the test to reject the null hypothesis.
As an example, experiment 5 (up and down) it is not ok as the boxplot are totaly different, however experiment 7 is, considering the natural variance.
Is there a test that would fit better to my scenario? Alternatively, I could try another approach.