kdkorthauer / dmrseq

R package for Inference of differentially methylated regions (DMRs) from bisulfite sequencing
MIT License
54 stars 14 forks source link

Changing y axis limits in plotDMRs #48

Open hernandezvargash opened 2 years ago

hernandezvargash commented 2 years ago

Thanks for this useful package, I was wondering if there is a way to override the ylim=(0,1) parameter in the plotDMRs function. I tried a nested function: plot(plotDMRs(...), ylim=c(0,1)) but I lose all other parameters doing this. Any suggestion ? Thanks! Hector

kdkorthauer commented 2 years ago

Hi Hector,

That is currently not coded as a user-defined parameter. I'll mark this as a feature request in case you or someone else wants to submit a pull request implementing this change.

hernandezvargash commented 2 years ago

Thank you, That feature could be useful when visualizing small but consistent differences. Hope someone submits a pull request. Best, Hector