-
I am using `ggplot2`-extension `ggExtra` (cc @daattali) and noticed this unexpected (?) behavior from `reprex`.
- Reprex **without** `ggMarginal`: two separate plots are separately displayed (as e…
-
Hi,
I'm getting this error (see below) when running the `correctCoverageBias` function. I tried modifying the correctCoverageBias.R source code in line [257](https://github.com/lima1/PureCN/blob/ma…
-
Hi, thanks for developing this amazing tool! I ran into some problems when trying to run the customized python script on the cluster - there is no figure output. When I ran these same python commands …
-
(This is originally reported on #2879, and I asked on [RStudio Community](https://community.rstudio.com/t/how-can-i-specify-the-limit-of-geom-bar-properly-when-the-x-axis-is-continuous/13709). But, I …
-
Hello,
I tried to install Makie on both Linux and Windows OS and both failed.
I have the last version of `cmake` and `xorg-dev` installed on my Ubuntu machine.
```bash
cmake is already the newes…
-
I would like to add a smooth line through a scatter plot, so far I'm aiming at two solutions:
```
(ggplot(A_phsA, aes('timestamp', 'A_phsA'))
+ geom_point(color = 'blue')
+ xlab("2018 - …
-
Currently, Loess Fit Alignment is always done w.r.t. median rt. it should use expected rt if available.
Copy and paste from #39 -
" 2b) What I want to do is have another option at the core of the al…
-
Hi all,
I just want to report a bug. When making a scatter plot with featureScatter and adding the smoothing loess/spline argument, there is a . bug when the feature contains a "-" character.
T…
-
Hello,
The input vcf for PureCN should contain both germline and somatic variants. Does this mean both the germline and somatic vcf from variant caller should be combined together into a single one…
-
Using Vega 5.4 I am trying to create a scatterplot radar chart with a loess trend line that can rotate. I'd like the trend line to start from the center of the chart and go outwards.
Using #1085 a…