wiggleplotr
wiggleplotr copied to clipboard
A small R package to make sequencing read coverage plots in R.
 Currently the upper bound of coveragePlot is usually overflowed with the signal (maximum point of coverage value) as shown in the plot screenshot above. Can be better if Y-axis...
1: `select_()` is deprecated as of dplyr 0.7.0. Please use `select()` instead. 2: `arrange_()` is deprecated as of dplyr 0.7.0. Please use `arrange()` instead. 3: `filter_()` is deprecated as of...
1: `select_()` is deprecated as of dplyr 0.7.0. Please use `select()` instead. 2: `arrange_()` is deprecated as of dplyr 0.7.0. Please use `arrange()` instead. 3: `filter_()` is deprecated as of...
This is a great package. I'm using in a shiny app. I'd like to plot a specific sub-genomic region while rescaling introns. I could do this with ggplot xlim (I...
Can we implement scales = "free_y" for the read coverage plots?
Hello I am grateful for your wonderful R program for generating graphic genes and exons. Nevertheless, I also intended to create a coverage plot using an separating intron and exon...
Hi Kaur, In the lab, we are finding this package to be just what we need for some project. Would you consider a PR where we add the ability to...