Hi @AS , Thanks for your question. Both ANOVA and One Way ANOVA in JMP G use standard linear mixed model approaches based on normal theory to calculate the resulting t-and F-tests. When differences occur with results from other packages, the typical place to look is in the degrees of freedom approximation used behind the t- and F-tests. Different approximations for these are possible and there is not necessarily one best answer, especially if there are missing data. If you want to break things down further, consider the numerator and denominator of a specific single-degree-of-freedom t-test for a few select genes to really get to the bottom of it.
Suggest transforming the p-values to -log10 scale and plotting them versus each other. They should be highly correlated although not perfectly so, providing basically the same ordering of the genes. If they are radically different, something may be off in the model setup itself in terms of the factors specified. Tech support would need more specifics to help you decipher exactly what is going on in your situation if you want to contact them.
One Way ANOVA in JMPG performs its calculations directly in a SAS data step for speed, although it is limited to one-way designs with one blocking factor. Note though that multi-way designs can be converted to one-way by creating a single super factor that has all possible levels. ANOVA in JMPG calls Proc Mixed with BY groups.
Remember also to use the log2 fold change itself (numerator of t-statistic) to sort genes for reproducibility. Those with larger fold changes are typically more reproducible. In volcano plots, look for genes in the upper left and right corners.