kauralasoo / wiggleplotr

A small R package to make sequencing read coverage plots in R.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow free scales for the read coverage plots.

kauralasoo opened this issue · comments

Can we implement scales = "free_y" for the read coverage plots?

Hi,

Actually, I hope to group scale the coverage according to different type of data. Is there a way to set in the coverage plots. Thanks

Unfortunately not at the moment. The easiest way to do this would probably be to extract the internal data frame from the plotCoverage function and create your own plot with ggplot2.

Maybe something similar to what was done here: [/issues/6]