This is a test version of Biostars. For the public version, visit https://www.biostars.org.
p value in box whisker

A very naive question I want to show significance differences in distribution of two tests of values, I an easily show by box plot and have confidence of interval calculated. I have see several papers also showing a p value. How can I calculate p value to show differences among two box plots. A google search showed that CI an p values are calculated from same formula. Then how can I get p value either from CI or from a different calculation from two distributions

Thanks

statstical

The box plot is only a way of displaying data.

Statistical tests are based on the underlying dataset. What kind of data do you have?

I have gee expression between disease vs control

4 groups with 10 replicates : two normal groups untreated/ treated; two groups of disease untreated/ treated . DE was calculated using ANOVA.

1 answer

You can calculate a p-value between the two box plots by doing a t-test of all genes of one group vs other. You can combine the two normal groups into one and two tumor groups into one,and then do the t-test .

Log in to answer this question.