I have bsseq objects for that have already been smoothed, and I want to plot the BSmooth methylation estimates using the plotManyRegions function. I had to process each chromosome separately and combine them into a single bsseq object, but I can't use the function as the bsseq object has to have been smoothed by the BSmooth function.
> plotManyRegions(plus, d, extend=2000, addRegions=d) Error in getMeth(BSseq, type = "smooth") : 'type=smooth' requires the object to have been smoothed.
Appreciate your help.