Closed dlabuz closed 8 months ago
I found the reason, the other plots only had maxscores of 70-80% methylation.
I'm glad your issue was resolved! The y-axis annotation should always match the height of the plot, even if you can't see the full range of the data. Since this can be tricky to see, I recommend setting axisLine = TRUE
for debugging.
Nicole
Thank you for the great package.
I am trying to put y-axis scaling on my whole genome bisulfite sequencing data (0 to 100 methylation).
I have come across the annoYaxis function has the correct size for the bottom plot (height = 0.6) but the y-axis annotation is much bigger for the top 3 plots. Is there a way to fix this? Using a pgParams setting of 0.6 height did not change the y axis size.
Here is my code to generate the plots:
Thank you!