I am using a modified qqman function to create a Manhattan plot and one of the peaks in my plot is extremely tall, making it almost impossible to see any of the close-to-threshold loci in detail. I would like to make a break in the Y-axis, so that the SNPs with a p-value between 10E-35 and 10E-80 are omitted from the plot. I have looked at the gap.plot() function from the plotrix package, but that doesn't seem to work. I know how to put the actual break mark on the Y-axis with axis.break() from the same package.
Has anyone encountered this problem?
Thanks!