Kevin, sorry for resurrecting this old post. Not sure I have got this right.
In the default settings, the parameter pCutoff stands for nominal p value, right? what if one wants to use p adjusted ones, instead?
Sorry for my naive question but, why in a volcano plot nominal p values are preferred over adjusted ones? thanks in advance
I found a pretty easy workaround. I just created a new data frame and replaced the p-values with the adjusted p-values. It worked. You just need to be cognizant of the fact that your new data frame is basically "mislabeled" if you wish to share the raw data. So I recommend keeping your original data frame and using the modified data frame only for visualization.
Thank you