wiggleplotr icon indicating copy to clipboard operation
wiggleplotr copied to clipboard

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

Results 9 wiggleplotr issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/34273025/155599820-e7ff55e4-ca3e-403d-883c-ab866b49b28a.png) 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...

enhancement

https://github.com/38/d4-format

enhancement

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?

enhancement

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...