-
Monocle2 error:
library(monocle)
library(Matrix)
library(reshape2)
> Seurat
An object of class Seurat 41445 features across 55683 samples within 1 assay Active assay: RNA (41445 features…
-
Hey, and thanks again for this package! I have been using it with no issues up until a few months ago, and after a break, I wanted to go back to using it for other projects, but I got stuck. Augur see…
-
I suspect the reason is that `.clean_names_frequentist()` should also include `names(means)[names(means) == "rate"]
-
In some (undeniably edge, but still real) cases current version of ggplot2 draws polygons near 0 with too few segments. Short example is this:
```r
library(ggplot2)
df
-
I think the layer function of ggplot2 is not used properly. I am getting this error :
`Error in layer("area", mapping = aes(x = ifelse(x > qnorm(0.95, sd = 2), :
unused argument (geom_params = li…
-
I'm trying to display some block-matrix-like plot, and there are a few regressions when converting from ggplot to ggplotly conversion (ranked by severity):
* degenerated (1 value) discrete axes are i…
-
Hi RGLab,
@sierrabarone and I came across the following bug in the `ce_get_transformations` function where it appears transformations are not being defined correctly. I think it has something to d…
-
@MacyChan for the download_data.py, the name of contributor is incorrect. It's currently Tiffany Timbers
-
## Summary
I was trying to achieve something similar as in this question: [Is there a possibility to combine position_stack and nudge_x in a stacked bar chart in ggplot2?](https://stackoverflow.com…
-
## Summary
ggrepel does not implement the design behavior described in #188.
## Minimal code example
```r
library(dplyr)
library(ggplot2)
library(ggrepel)
library(tidyr)
data = crossing(x = …