Adjusting extremely small p-values in a volcano plot
Adjusting extremely small p-values in a volcano plot
.
When creating a volcano plot for differential gene expression, a few points (genes) with extremely small or even zero p-values can cause the Y-axis range to become very large. To zoom in Y-axis, it’s often necessary to either remove these extremely small p-values or replace them with more reasonable values.
.
This is the plot with the raw data.
1 | |

.
Set the Y-axis range to 150. For points with -log10(p-value) greater than 150, assign values within the range of 145 ± 5.
1 | |
.
This is the modified version of the plot
1 | |

en, It looks much better.
Adjusting extremely small p-values in a volcano plot
https://www.lianganmin.cn/2025/02/02/20250202-Adjusting-extremely-small-p-values-in-a-volcano-plot/