Hi,
I made several simulation using a gene list of interest and different publicly available cancer gene list to see if a there is an enrichment.
So I have a matrix of p-values like this
param1 param2 param3 list1 pval_a pval_b pval_c list2 pval_d pval_e pval_f list3 pval_g pval_h pval_i
I know it's difficult to compare p-values because each cancer gene list has a different size so the statistcal power will be different. But do you have advice to represent these results in a easily readable plot ?
Thanks
Thanks. How do you introduce the effect size in the plot?
Not quite sure what you mean, but I attached some code showing the general idea of the plot.
Thanks. Pretty interesting. For me here list size are stable ( so L1 will have the same value for each of the param used ). So the point size will be the same for the same list independent of the param.
with "effect size" David meant effect size, not the length of your lists.
also, why don't you try to perform some kind of meta-analysis, to get a single p-value at the end?
or if you simply want to plot the p-values, I would suggest you to log-transform them and produce a dotplot